.bordered { border: 4px double #00257D; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.mainText {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 15px;
}

.tinyText { font-size: 11px; }

.redText { color: #B60A27; }

.loginText { font-size: 11px; color: #405F9C; }
.loginBox { font-size: 11px; color: #000000; width:140px; }

a:link,
a:active,
a:visited {
	color: #00237C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color#: #3053AC;
}

.pageTitle {
	color: #b60a27;
	font-size: 28px;
	font-weight: bold;
	padding-top: 4px;
}

.pageTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #042866;
}

.tableBoundary {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #00257D;
}

.evenrow {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.oddrow {
	background-color: #F5F8FD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.nicebutton {
	background-color: #F9DF8F;
	border: 1px solid #002A7E;
	font-family: Verdana;
	font-size: 14px;
	/*line-height: 15px;*/
}

.testimonial0 { color: #000099;}
.testimonial1 { color: #009933; }
.testimonial2 { color: #000000; }
.testimonial3 { color: #660066; }
.testimonial4 { color: #FF0000; }

.password dd { margin: 10px 0px;}
