/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-top:-15px; margin-left:-10px;}

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  margin-top: 20px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1{
font-size:18px;
color:#E6E3BD;
font-weight:bolder;
}

h2{
font-size:11px;
font-weight:bold;
color:#FFFFFF;
margin-top:0px;
margin-bottom:0px;
}

.copy{
font-size:11px;
color:#333333;
}
.copybold{
font-size:13px;
color:#333333;
font-weight:bold;

}

.whitecopybold{
font-size:11px;
font-weight:bold;
color:#FFFFFF;}

.whitecopy{
font-size:11px;
color:#FFFFFF;}

.yellowcopy{
font-size:11px;
color:#FEDE58;
}

.contentbg{
background-color:#B8B697;}

.whitebg{
background-color:#FFFFFF;
}
.heading{
font-size:18px;
color:#E6E3BD;
font-weight:bolder;
}
.headingcred{
font-size:10px;
color:#E6E3BD;
font-weight:normal;
}

.footerbg{
background-color:#42423E;}
.footerfont{
font-size:11px;
color:#919088;}
/* Normal site link states */

a:link {
	color:#E41B5B;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a:visited {
	color: #E41B5B;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a:active {
	color: #E41B5B;
	text-decoration: none;
	font-size:11p;
	font-weight:mormal;
}
a:hover {
	color: #42423E;
	text-decoration: none;
	font-size:11px;
	font-weight:mormal;
}

/* footer site link states */

a.footer:link {
	color:#919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:visited {
	color: #919088;
	text-decoration: none;
	font-size:11px;
	font-weight:normal;
}
a.footer:active {
	color: #919088;
	text-decoration: none;
	font-size:11p;
	font-weight:mormal;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size:11px;
	font-weight:mormal;
}
