/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
    scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #279E1E;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #999999;
}

img.border {border: 1px solid #444444;}

a:link {text-decoration: underline; color: #cc0000}
a:visited {text-decoration: underline; color: #cc0000}
a:hover {text-decoration: underline; color: #ff0000}

a.home:link {text-decoration: none; color: #ff0000; font-size: 12pt; font-weight: bold}
a.home:visited {text-decoration: none; color: #ff0000; font-size: 12pt; font-weight: bold}
a.home:hover {text-decoration: underline; color: #ff0000; font-size: 12pt; font-weight: bold}

a.nav:link {text-decoration: none; color: #cc0000; font-size: 10pt; font-weight: bold}
a.nav:visited {text-decoration: none; color: #cc0000; font-size: 10pt; font-weight: bold}
a.nav:hover {text-decoration: none; color: #ff0000; font-size: 10pt; font-weight: bold}

a.foot:link {text-decoration: underline; color: #ff0000; font-size: 8pt; font-weight: normal}
a.foot:visited {text-decoration: underline; color: #ff0000; font-size: 8pt; font-weight: normal}
a.foot:hover {text-decoration: underline; color: #ff0000; font-size: 8pt; font-weight: normal}

a.footnav:link {text-decoration: none; color: #cc0000; font-size: 10pt; font-weight: bold}
a.footnav:visited {text-decoration: none; color: #cc0000; font-size: 10pt; font-weight: bold}
a.footnav:hover {text-decoration: none; color: #ff0000; font-size: 10pt; font-weight: bold}

P
{
	color: 333333;
	FONT-FAMILY: Arial, Tahoma, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	font-weight: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.8pt
{
	color: 000000;
	font-size: 8pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}

.10pt
{
	color: 000000;
	font-size: 10pt;
	font-family: verdana, tahoma, helvetica, arial;
	font-weight: normal
}
.title
{
	color: 333333;
	font-size: 12pt;
	font-family: arial, verdana, tahoma, helvetica;
	font-weight: bold
}
.button
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: #279E1E
    }
.error
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: Tahoma, helvetica, Arial;
    BACKGROUND-COLOR: white
    }