/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; background-color:F7D8BB;}
TABLE
{
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;	
}
.white_bold_center
{
    FONT-SIZE: 9pt;
	font-weight: normal;
	color: white;
}
.search_text
{
	font-size: 9pt;
	font-weight: normal;
	color: #083e6a;
}
.search_controls
{
	font-size: 10pt;
	font-weight: bold;
	color: #083e6a;
}
.small_text
{
	font-size: 8pt;
}
.nav
{
color:#083e6a
}
