/* 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: 30px;
}

td {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

th {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

.BlackHeader{
color:#000000;
font-size:16px;
font-weight:bold;
}

.YellowHeader{
color:#ff7800;
font-size:14px;
font-weight:bold;
}

.bodyCopy{
color:#000000;
font-size:10px;
font-weight:bold;
}

.bodyCopy11{
color:#000000;
font-size:11px;
font-weight:normal;
}

/* Background Definitions */

.whitebg{
background-color:#FFFFFF;
}

.yellowBg{
background-color:#ffbc00;
}

.contentbg{
background-color:#DDDDDD;}

/* Normal site link states */

a:link {
	color:#000000;
	text-decoration: underline;
	font-size:11px;
	font-weight:normal;
}
a:visited {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
	font-size:11px;
}
a:active {
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
	font-size:11p;
}
a:hover {
	color: #ffaa00;
	font-weight:normal;
	text-decoration: none;
	font-size:11px;
}

/* Black on Grey body site link states */
a.body:link {
	color: #000000;
	text-decoration:underline;
}
a.body:visited {
	color: #000000;
	text-decoration:none;
}
a.body:active {
	color: #ffaa00;
	text-decoration:none;
}
a.body:hover {
	color: #ff7800;
	text-decoration: underline;	
}

/* Black on White site link states */
a.special:link {
	color: #000000;
	text-decoration:underline;
}
a.special:visited {
	color: #000000;
	text-decoration:none;
}
a.special:active {
	color: #000000;
	text-decoration:none;
}
a.special:hover {
	color: #000000;
	text-decoration: underline;	
}

/* Footer link states */

a.footer:link {
	color:#FFFFFF;
	text-decoration: underline;
	font-size:12px;
	font-weight:normal;
}
a.footer:visited {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: underline;
	font-size:12px;
}
a.footer:active {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: underline;
	font-size:12px;
}
a.footer:hover {
	color: #ffaa00;
	font-weight:normal;
	text-decoration: underline;
	font-size:12px;
}