body
{
	background-color:  #ECEEF1;
	margin:  0px;
}

a 
{
	background-color:  Transparent;
	color: #005E8f;
}

a:hover
{
	background-color:  Transparent;
	color: #0094FA;
}

.outerTable
{
	background-color:  #ffffff;
	width:  100%;
}

.outerSendToTable
{
	background-color:  #FFFFFF;
	width:  100%;
}

.sendToTable td
{
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	color:  #666666;
	padding:  6px;
	white-space:  nowrap;
}

.sendToTable textarea
{
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	color:  #666666;
	width:  100%;
}

.sendToTable input
{
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	color:  #666666;
	width:  100%;
}

.headerTable 
{
	background-color:  687587;	
}

.headerTitle
{
	width:  100%;
	font-family:  Trebuchet MS;
	font-size:  18px;
	color:  #818181;
	padding:  10px;
}

.navBar
{
	background-color:  #B2C9E8;
	background-repeat:  repeat-y;
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	color:  #000000;
	padding:  6px 10px 6px 14px;
	border-bottom: solid 1px black;
	border-top: solid 1px black;

}

.navBar a
{
	background-color:  Transparent;
	color:  #30363E;
	text-decoration: none;
}

.navBar a:hover
{
	background-color:  Transparent;
	color:  #30363E;
	text-decoration: underline;
}

.subNavBar
{
	background-color:  #FFFFFF;
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	font-weight:  bold;
	color:  #555555;
	padding:  0px 10px 2px 0px;
	height:  27px;
	text-align:  right;
}

.subNavBar a
{
	background-color:  Transparent;
	color:  #979797;
}

.subNavBar a:hover
{
	background-color:  Transparent;
	color:  #333333;
}

.mainTable
{
	background-color:  Transparent;
}

.mainTable td
{
	background-color:  Transparent;
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;
	color:  #666666;
	padding:  6px;
}


/* Custom Styles */

.textBlock
{
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;	
}

.footerBlock
{
	font-family:  Verdana, Sans-Serif;
	font-size:  11px;	
	color:  #666666;
	font-weight:  bold;
	padding:  8px;
	background-color: #ECEEF1;
}

.currentPageHighlight
{
	color:  #8A2205;
}

.topCorner
{
	vertical-align:  top; 
	width:  6px;
}

.bottomCorner
{
	vertical-align:  bottom; 
	width:  6px;
}

.flatVertical
{
	height:  20px; 
	width:  100%;
}

