html, body { 
height : 100%;
font-family : Verdana, Arial, Helvetica, sans-serif;
} 
#fullheight { 
height : 100%;
} 
body { 
background-color : #383c3f;
background-image : url(/images/layout/bg.jpg);
background-repeat : repeat-x;
margin : 0;
padding : 0;
font-family : Verdana, Arial, Helvetica, sans-serif;
} 
td.adbg { 
width : 547px;
height : 131px;
background-image : url(/images/layout/adbg.gif);
} 

/* NAVIGATION */

div#nav { 
display : inline;
} 
#nav a { 
float : left;
text-decoration : none;
font-weight : bold;
width : 141px;
text-align : center;
height : 18px;
padding-top : 5px;
vertical-align : text-top;
vertical-align : top;
color : #d2d2d2;
font-family : tahoma, georgia;
font-size : 11px;
background-repeat : no-repeat;
border-bottom : 0;
background-color : #383c3f;
border-bottom : 5px solid #6a6d6f;
} 
#nav a:hover { 
color : #fff;
font-family : tahoma, georgia;
font-size : 11px;
background-color : #6a6d6f;
vertical-align : bottom;
border-bottom : 5px solid #fff;
} 
#nav a.Selected, a.Selected:link, #nav a.Selected:active, #nav a.Selected:visited { 
color : #fff;
font-size : 11px;
background-color : #6a6d6f;
} 

/* Drop Menu */

.dropdown { 
position : absolute;
visibility : hidden;
border : 2px solid #fff;
border-bottom-width : 0;
font : 11px tahoma, georgia;
line-height : 20px;
z-index : 100;
background-color : #383c3f;
width : 238px;
color : #d2d2d2;
} 
.dropdown a { 
width : 100%;
display : block;
text-indent : 3px;
border-bottom : 2px solid #6a6d6f;
padding : 1px 0;
text-decoration : none;
font-weight : normal;
text-indent : 5px;
color : #d2d2d2;
} 
.dropdown a:link { 
color : #d2d2d2;
} 
.dropdown a:visited { 
color : #d2d2d2;
} 
.dropdown a:hover { 
background-color : #6a6d6f;
color : #fff;
border-bottom : 2px solid #ffffff;
} 

/* Text */

.txtGray { 
font-size : 11px;
color : #3c3c3c;
} 
p,ul,ol { 
font-size : 11px;
} 
.small { 
font-size : 10px;
} 
.txtBlue { 
font-size : 11px;
color : #4c6175;
} 
.hdrRed { 
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #7f0111;
} 
h1 { 
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #7f0111;
} 
.hdrGray { 
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
font-weight : bold;
color : #3c3c3c;
} 
.hdrBlue { 
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #253c60;
} 
.red { 
color : #7f0111;
} 
.blue { 
color : #4c6175;
} 
.white { 
color : #ffffff;
} 
.hdrWhite { 
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ffffff;
height : 25px;
vertical-align : middle;
} 
.footer { 
font-size : 10px;
color : #b4b4b4;
} 

/* Links */

a:link { 
color : #d05007;
text-decoration : none;
} 
a:active { 
color : #d05007;
text-decoration : none;
} 
a:visited { 
color : #d05007;
text-decoration : none;
} 
a:hover { 
color : #27548e;
text-decoration : none;
} 
.footer a { 

font-size : 10px;
color : #ffffff;
text-decoration : none;
} 
.footer a:link { 

font-size : 10px;
color : #ffffff;
text-decoration : none;
} 
.footer a:active { 

font-size : 10px;
color : #ffffff;
text-decoration : none;
} 
.footer a:visited { 

font-size : 10px;
color : #ffffff;
text-decoration : none;
} 
.footer a:hover { 

font-size : 10px;
color : #b0b0b0;
text-decoration : underline;
} 
.frmTextfield { 
background-color : #e2e7eb;

font-size : 12px;
color : #00245c;
border : 1px solid #cfd0fc;
} 