body {
	margin: 10px 0px 10px 10px;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background-repeat:no-repeat;
	background-color:#E3E3E3;
}
body, table, td, span, div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

a {
	text-decoration:none;
	color:#A15424;
}
a:hover {
	text-decoration:underline;
	color:#3C2315;
}
a:visited {
	text-decoration:none;
}
a:visited:hover {
	text-decoration:underline;
}

.footerLink {
	text-decoration:none;
	color:#FFFFFF;
}
a.footerLink, a.footerLink:visited {
	text-decoration:none;
}
a.footerLink:hover, a.footerLink:visited:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


.formButton {
	BORDER-RIGHT: #D4D0C8 1px solid;
    BORDER-TOP: #D4D0C8 1px solid;
    BORDER-LEFT: #D4D0C8 1px solid;
    BORDER-BOTTOM: #D4D0C8 1px solid;
    font-size: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000
    background-color:#FFFFFF;
}

.TextBox
{
    FONT-SIZE: 11pt;
    font-family: Arial, Helvetica, sans-serif;
    COLOR: #000000;
}

.grayHeader
{
	font-size:12pt;
	font-weight:bold;
	color:#808080;
}

.Header
{
	font-size:12pt;
	font-weight:bold;
}

.required
{
	color:#FF0000;
}


.footer
{
	font-size:10px;
}

.borderTable
{
	border-bottom-color:#003373;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#003373;
	border-top-style:solid;
	border-top-width:1px;
	border-right-color:#003373;
	border-right-style:solid;
	border-right-width:1px;
	border-left-color:#003373;
	border-left-style:solid;
	border-left-width:1px;
}

.rowColor
{
	background-color:#E3E3E3;
}

.reportRowColor
{
	background-color:#C4E0FF;
}

.searchText
{
	color:#FFFFFF;
}

.colorBars
{
	background-color:#021EFF;
}

.lettersLink{
	font-weight:bold;
}

.formButtonSmall {
	BORDER-RIGHT: #D4D0C8 1px solid;
    BORDER-TOP: #D4D0C8 1px solid;
    BORDER-LEFT: #D4D0C8 1px solid;
    BORDER-BOTTOM: #D4D0C8 1px solid;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    color:#000000
    background-color:#FFFFFF;
}

.fileLink {
	text-decoration:none;
}
a.fileLink, a.fileLink:visited {
	text-decoration:none;
}
a.fileLink:hover, a.fileLink:visited:hover {
	text-decoration:underline;
}

.redLink {
	text-decoration:none;
	color:#FF0000;
}
a.redLink, a.redLink:visited {
	text-decoration:none;
	color:#FF0000;
}
a.redLink:hover, a.redLink:visited:hover {
	text-decoration:underline;
	color:#FF0000;
}


#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}


.dash{ 
border:1px dotted #0183c0;
}


