

body {

background-color: #ffffff;

}

select,option { 
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight: bold;
color:#89A9CD;
background-color: #DEE8F3;
border-top-style:none;
border-left-style:none;
border-right-style:solid;
border-right-color:#000000;
border-bottom-stlye:solid;
border-bottom-color:#dddddd;
}

input
{
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight: normal;
color:#000000;
background-color: #DEE8F3;
border-top-style:solid; border-top-width:1px; border-top-color:#000000;
border-left-style:solid; border-left-width:1px; border-left-color:#000000;
border-right-style:solid; border-right-width:1px; border-right-color:#000000;
border-bottom-stlye:solid; border-bottom-width:1px; border-bottom-color:#000000;
heigth:20px;
}

A:link {text-decoration: none;  font-weight: normal; color:#2B7894; }
A:visited {text-decoration: none;  font-weight: normal; color:#2B7894;}
A:active { text-decoration: none;  font-weight: normal; color:#9CAFB6;}
A:hover { text-decoration: underline;  font-weight:  normal; color: #000000;}

table,tr,td { font-family:Arial,Helvetica,sans-serif;font-size:12px; }
input { font-family:Arial,Helvetica,sans-serif;font-size:11px; }


table.blue {
	margin-bottom: 0px;
	background-color: #ffffff;
        border-width: none;
        border-style: none;
}

table.login {
	margin-bottom: 0px;
	background-color: #ffffff;
        border-width: none;
        border-style: none;
	width:130px;
}





table.nav {
	margin-bottom: 10px;
	background-color: #ffffff;
        border-width: 0px;
        border-style: solid;
	border-color: #000000;
}


table.middle {
	width: 495px;
	vertical-align: top;
	margin-bottom: 0px;
	horizontal-align:left;
}
