body {
margin:0px;
background-color:#9CA79A;
}

td {
color:#7D8F7A;
font-size:8pt;
font-family:arial, sans-serif;
}

a:link, a:visited, a:active {
color:#9CA79A;
text-decoration:none;
}

a:hover {
color:#5C5C5C;
}


/* CUSTOM STYLES *************************/

.stdinput {
border:1px solid #AAAAAA;
font-size:8pt;
font-family:arial, sans-serif;
}

.stdbutton {
border:1px outset #FFFFFF;
font-size:8pt;
width:75px;
}

.gradualshine{
filter:alpha(opacity=30);
-moz-opacity:0.3;
cursor:hand;
}