/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td { text-align: left; vertical-align: top; font-family:Tahoma; font-size:11px; color:#797979; }
	a { text-decoration: none; color: #31974D; }
	a.1 { text-decoration: underline; font-weight:bold; color: #31974D; }
	a.2 { text-decoration: none; color:#FFFFFF; }
	a.3 { text-decoration: underline; font-weight:bold; color: #31974D; }
	.t10 { font-family: Tahoma; font-size: 10px; font-style: normal; color: #31974D; }
	.A10 { font-family: Arial; font-size: 10px; font-style: normal; }
	.style1 { color: #46586A; font-weight: bold; }
	.style2 {color: #31974D}
	body { background-color: #FFFFFF; }
	.style4 { color: #31974D; font-weight: bold; font-size: 14px; }
