/* CSS Document */
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	text-align: left;
}
.smallFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	padding: 7px;
	color: #000000;
}
.paddingFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	vertical-align: top;
	padding: 7px;
	color: #666666;
}
.boldText {
	font-weight: bold;
}
.greyText {
	color: #999999;
}
.greyTextBold {
	font-weight: bold;
	color: #999999;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: normal;
}
a.RedLinkNormal:link, a.RedLinkNormal:active, a.RedLinkNormal:visited, a.RedLinkNormal:hover {
	color:#FF0000;
	font-weight:normal;
}