/* base class, the rest inherit from this */
TABLE, TR, TD	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p.noLeading {
	line-height: 15px;
}

.px {
	color:#000000;
	line-height: 16px;
}

.bgLight {
	background-color: #FFCC99;
}

.bgMedium {
	font-weight: bold;
	color:#FFFFFF;
	background-color: #FF9900;
	cursor: hand;
}
.bgMediumNoHand {
	font-weight: bold;
	color:#FFFFFF;
	background-color: #FF9900;
}
.bgLightYellow {
	background-color: #FFFF99;
}

.bgMediumYellow {
	background-color: #FFFF00;
	font-weight:bold;

}

.footer {
	font-size: 10px;
	color: #CC6600;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #CC6600
}


a:link, a:visited, a:active {
	font-weight: bold;
	color: #000000;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}


a.navigation:link, a.navigation:hover, a.navigation:visited, a.navigation:active {
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
	text-decoration: none;
}
a.toplinks {
	font-size: 10px;
	font-weight: normal;
}
.tiny {
	font-size: 9px;
	font-weight:normal;
}

a.tiny:link, a.tiny:visited, a.tiny:active {
	font-size: 9px;
	font-weight:normal;
}
.pullout {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-color: #FFECD9;
	font-style: italic;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px 5px 10px 10px;
	text-align: center;
	width: 99%;

}
.border {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}

.noborder {
	border: 0px none #000000;
	border-top: 0px none #000000;
	border-right: 0px none #000000;
	border-bottom: 0px none #000000;
	border-left: 0px none #000000;

}
img {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.dim, .dim a, .dim a:hover {color:#CCCCCC}
