﻿body 
{ 	
	background-color:#FFFFFF;
	font-family:Verdana,Helvetica,Arial,sans-serif;
}
.oneColLiqCtrHdr #container {
	width: 850px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ff0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	width: 850px;  
	background: #FFFFFF; 
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10pt 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 850px;  
	background: #FFFFFF;
	border: medium none ; 
	overflow: auto; 
	vertical-align:top;
	height: 500px;
}
.oneColLiqCtrHdr #footer { 
	width: 850px;  
	background:#DDDDDD;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10pt 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

table
{
	padding-left:0pt;
	vertical-align:top;
}

td
{
	vertical-align:top;
	align:left;
	font-size:10pt;
	padding-left:3pt;
	padding-bottom:1pt;
	padding-top:1pt;
	font-weight:bold;
}
th
{
	vertical-align:top;
	align:left;
	font-size:10pt;
	border-bottom:1pt;
	padding-bottom:1pt;
	padding-top:1pt;
}
.BorderBottom
{
	background:#DDDDDD;
	border-bottom:1px solid #fe0000;
}

.BorderBackGround
{
	background-color:#ff9899;
	border:1px solid #fe0000;
}

.TitleIndex
{
	vertical-align:top;
	font-weight:normal;
	font-size:36pt;
	color:#000000;
}
.MasterTitle
{
	vertical-align:middle;
	text-align:center;
	font-weight:normal;
	font-size:36pt;
	color:#FF0000;
	border-bottom:1px solid #fe0000;
}
.Title
{
	vertical-align:top;
	font-weight:normal;
	font-size:36pt;
	color:#FF0000;
}
.Subtitle
{
	vertical-align: top;
	font-weight: normal;
	font-size: 18pt;
	color: #CC0000;
}

.formtitle
{
	background-color:#000080;
	border-bottom:1pt, solid;
	color:#FFFFFF;
}
.RedBold {
	color: #800000;
	font-size: 16px;
	font-weight: bold;
}
.Green {
	font-size: 14px;
	color: #006633;
}
.Red {
	color: #800000;
}
.NavigationCell
{
	text-align:center;
	background-color:#ff0000;
	border:1px solid #ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}
.IndexCell
{
	text-align:center;
	vertical-align:middle;
	background-color:#ff9899;
	border:1px solid #fe0000;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;
}

.Comment
{
	font-weight:normal;
	font-size:8pt;
	color:#C0C0C0;
}

.form
{
}
.tableform	
{
	border-bottom:1pt, solid;
	border-color:#000080;
}
.contentlink
{
	color:#808080; 
	text-decoration:none; 
	font-weight:bold;
}


a:link 
	{ color:#000000; text-decoration:none; font-weight:normal; }
a:visited 
	{ color:#000000; text-decoration:none; font-weight:normal; }
a:hover
	{ color:#CCCCCC; text-decoration:none; font-weight:normal; }
a:active 
	{ color:#CCCCCC; text-decoration:none; font-weight:normal; }
a:focus 
	{ color:#CCCCCC; text-decoration:none; font-weight:normal; }
