
body, body #separator
{
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font: normal normal 14px Arial;
	color: #1C3F94;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	text-align: center;
}

body #left-nav
{
	color: white;
	background-color: rgb(179, 35, 23);
}
body #banner-quote
{
	font-size: 92%;
	padding: 14px 15px;
	color: white;
}

body a, body a:visited, body a:active
{
	color:  #ff0000;
	
}
body a:hover
{
	color: #ff0000;
	text-decoration: none;
}
table.form, table.form tr, table.form td
{
	border: 0;
	padding: 0;
	margin: 0;
}

table.form td
{
	padding-top: 1px;
	padding-bottom: 1px;
}

table.form td.label
{
	padding-right: 5px;
	margin: 0;
}
div
{
	text-align: left;
}

a, A.clsWhite:visited, A.clsWhite:hover
{
	color: #0000ff;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.confirm{
   background-color:White;
   padding:10px;
   width:400px;
}
.left
{
	background-color: #fff;
}

.cellText
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
.validatorCalloutHighlight
{
	background-color: lemonchiffon;
}

.highlightRow
{
	background-color: Gray;
	font-weight: bold;
}