@charset "utf-8";
/* CSS Document */

.linkOffNav {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
}
.linkOnNav {
	font-family: verdana;
	font-size: 10px;
	color: #CEECFF;
	cursor: pointer;
}
.mainText {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
.heading {
	font-family: verdana;
	font-size: 12px;
	color: #426992;
	font-weight: bold;
}
.oGry {
	border: 1px dashed #BBD8FF;
	color: #FFFFFF;
}
.mainTextSmallGrey {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
}
.mainTextSmallBlue {
	font-family: verdana;
	font-size: 11px;
	color: #006699;
}
.mainTextBlue {
	font-family: verdana;
	font-size: 11px;
	color: #006699;
}
.mainTextSmallWhite {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.mainTextSmallestWhite {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
}
.linkOff {
	font-family: verdana;
	font-size: 11px;
	color: #006699;
	cursor: pointer;
}
.linkOn {
	font-family: verdana;
	font-size: 11px;
	color: #289EFF;
	cursor: pointer;
}
.frmInline {
	display: inline;
}
.CodeBig {
	font-family: Verdana;
	font-size: 18px;
	color: #94B2CE;
	font-style: italic;
	font-weight: normal;
}
.errorRed {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
}
.errorGreen {
	font-family: Verdana;
	font-size: 11px;
	color: #339900;
}
.Big {
	font-family: verdana;
	font-size: 20px;
	color: #336699;
	font-weight: bold;
}
