.mainColor 
{ 
	color: #000000; 
}

.secondaryColor 
{ 
	color: #00285B; 
}

html, body 
{
	height: 100%; 
	font-family: Verdana; 
	font-size: 10pt; 
} 
body 
{
	text-align: center; 
	/*background-color: #215584;*/
	background-color: #000000;
	margin-top: 0px;  
}

#background
{
    margin: auto; 
    background-color: White; 
    height: auto; 
    width: 800px;
    /*border-left: solid thin #888888; 
    border-right: solid thin #888888;*/
    display: inline-block;
}

#header 
{ 
	padding-top: 4px; 
}

#login
{
    text-align: right;
    padding: 12px 20px 12px 20px; 
    border-bottom: solid 1px #00285B;
    width: 90%;
    margin: auto;
}

#main
{
    text-align: left;
    padding: 0px 20px 0px 20px;
    background-color: White;
}

#footer 
{ 
	text-align: center; 
	margin: auto; 
    padding: 24px 20px 0px 20px; 
    border-top: solid 1px #00285B;
    width: 90%; 
    margin-top: 20px; 
    margin-bottom: 20px;
    background-color: White; 
    /*height: 40px;*/
}

h2 
{ 
	font-weight: bold; 
	font-size: 12pt; 
	color: #00285B;
}

h4
{ 
	text-decoration: underline; 
	font-size: 10pt; 
	color: #00285B;
}

li 
{
	padding: 2px; 
}

input 
{ 
	font-family: Verdana; 
	font-size: 10pt; 
	border-style: solid;
	border-width: 1px;  
}

select 
{ 
	font-family: Verdana; 
	font-size: 10pt; 
	border-style: solid;
	border-width: 1px; 
}

textarea
{
	font-family: Verdana; 
	font-size: 10pt; 
	border-style: solid;
	border-width: 1px; 
}

a
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.bodytext 
{ 
	font-family: Verdana, Sans-Serif; 
}
A.BodyLink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none
}
td.formlabel 
{ 
	text-align: right; 
	font-size: 10pt;
	vertical-align: top;
	color: #000000; 
}

td.formreq 
{ 
	text-align: right; 
	font-size: 10pt; 
	font-weight: bold;
	color: #000000; 
}

td.formbody 
{ 
	font-size: 10pt;
	color: #000000;
	vertical-align: top;
}

.minitext 
{ 
	font-family: Verdana, Sans-Serif; 
	font-size: 7pt; 
}

table.listtable
{
	border-collapse: collapse;
}

td.headercell
{ 
	text-decoration: underline; 
	font-size: 10pt;
	font-weight: bold;
	color: #00285B;
}

td.firstlistcell 
{ 
	height: 40px;
	font-size: 10pt;
	vertical-align: middle;
	padding: 20px 0px 20px 0px;
	color: #000000;
}

td.listcell 
{ 
	height: 40px;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
	padding: 20px 0px 20px 0px;
	border-top: dashed 1px #00285b;
}	

td.2ndlistcell 
{ 
	height: 40px;
	font-size: 10pt;
	vertical-align: middle;
	color: #000000;
	padding: 20px 0px 20px 0px;
}	

a.button
{
	/*background-color: #215584;*/
	background-color: #000000;
	display: inline-block;
	color: White;
	padding: 4px 8px 4px 8px;
	font-size: 11pt; 
	font-weight: bold;
}

a.button:hover
{
	text-decoration: none;
}
