/* MAIN CSS SETTINGS */
body {
background-color: #002840;
}
hr {
border: none;
border-top: 1px dashed #808080;
margin-top:6px;
height: 1px;
}
td {
font-family:'Verdana','Lucida Grande','Arial';
font-size:12px;
color: #AFBFA7;
}
.good {
color: #8EC400;
font-weight: bold;
}
.err {
color: #FF9900;
font-weight: bold;
}
.form_style {
border: solid 1px #444;
/*background-color: #EEEEEE;
background-image:url('images/lg.gif');*/
}
.input_style {
font-size:12px;
border: solid 1px #555;
color: #AFBFA7;
background-color: #000000;
padding-left: 3px;
}
.no_marg{
margin-bottom: 0;
}
.ubutton {
font-size: 11px;
height:24px;

padding-bottom:2px;
background-color: #AFBFA7;
color:black;
text-align: center;
cursor:hand; 
cursor:pointer;

border-right: 1px inset #6F6F6F;
border-bottom: 1px inset #000000;
border-top: 1px solid white;
border-left: 1px solid white;
}

a:link, a:visited {
color: #AFBFA7;
}
a:hover {
color: #EEEEEE;
}
