body {
	background-color: #95BDD3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
}
div,li,td,span,input,select,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navSelected {
	color:#444444;
	text-decoration:underline;
}
.navBull {
	color:#95BDD3;
}
.black10 {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.blackbold10 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.blackitalic10 {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	font-style:italic;
}
.blackbold11 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.black12 {
	font-size:12px;
	font-weight:normal;
	color: #000000;
}
.blackbold12 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.blackbolditalic12 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	font-style:italic;
}
.orangebold10 {
	color: #F2930D;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}
.orangeBold12 {
	font-size: 12px;
	color: #F2930D;
	font-style: normal;
	font-weight: bold;
}
.button {	
	cursor:pointer;
}
.textbox {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
}
.textboxYellow {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-left: 2px;
	background-color: #F9E4AF;
}
a:link {
	color: #F2930D;
	text-decoration: underline;
}
a:visited {
	color: #F2930D;
	text-decoration: underline;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
a:active {
	color: #444444;
}
a.footer:link {
	color: #000000;
	text-decoration: underline;
}
a.footer:visited {
	color: #000000;
	text-decoration: underline;
}
a.footer:hover {
	color: #444444;
	text-decoration: none;
}
a.footer:active {
	color: #444444;
}
a.noStyle:link {
	text-decoration: none;
}
a.noStyle:visited {
	text-decoration: none;
}
a.noStyle:hover {
	text-decoration: none;
}
a.noStyle:active {
	text-decoration: none;
}
a.img:link {
	border-color: #F68218;
}
a.img:visited {
	border-color: #F68218;
}
a.img:hover {
	border-color: #35AACD;
}
a.img:active {
	border-color: #09357A;
}

/* separate old from new ============================================================================================== */

.bluebold16 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.bluebold14 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bluebold12 {	
	font-weight: bold;
	color: #000000;
}
.bluebold10 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.blue12 {
	color: #000000;
	font-weight: normal;
}
.blue10 {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.orangebold10 {
	font-size: 10px;
	color: #F68218;
}
.whitebold12 {
	color: #FFFFFF;
	font-weight: bold;
}
.floatright {
	float: right;
	padding-right: 3px;
	padding-left: 3px;
}
.whitebold10 {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.instructions {
	background-color: #F7F1E0;
	border: 1px solid #F2CB71;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
.textboxNoblue {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*border: 1px solid #003366;*/
	padding-left: 2px;
}
.selectNoblue {	
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*border: 1px solid #003366;*/
}
.floatleft {
	float: left;
	padding: 3px;
}
.blue13 {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
.ltbluebold10 {
	color: #F2930D;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}
.ltbluebold12 {
	color: #F2930D;
	font-style: normal;
	font-weight: bold;
}
.error {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
}
.errorLg {
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}
.perfBorder {
	border: 1px dashed #9AD4E6;
	background-color: #F5F5F5;
}