/* Default CSS Stylesheet for a new Web Application project */

html,body
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    min-width: 1004px;
}

layer {
	BACKGROUND-COLOR: #ffffff; COLOR: #000000; FONT-FAMILY: verdana; FONT-SIZE: 10pt
}
TD {
	FONT-FAMILY: Arial, verdana; FONT-SIZE: 10pt
}
CENTER {
	FONT-FAMILY: verdana; FONT-SIZE: 10pt
}
P {
	FONT-FAMILY: Arial, verdana; FONT-SIZE: 10pt
}
DIV {
	FONT-FAMILY: Arial, verdana; FONT-SIZE: 10pt
}
SELECT {
	FONT-FAMILY: verdana; FONT-SIZE: 10pt
}
INPUT {
	FONT-FAMILY: verdana; FONT-SIZE: 10pt
}


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;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	Navy;

	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	navy;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:Verdana, Helvetica, sans-serif;
}

.text
{
   COLOR: #000000;
   FONT-FAMILY: Arial, verdana, Tahoma;
   FONT-SIZE: 9pt;
}

.calheading
{
   COLOR: #FFFFFF;
   FONT-FAMILY: Arial, verdana, Tahoma;
   FONT-WEIGHT: bold;
   FONT-SIZE: 9pt;
   BACKGROUND-COLOR: #AA0000;
   TEXT-ALIGN: center;
}
.celltext
{
   COLOR: #000000;
   FONT-FAMILY: Arial, verdana, Tahoma;
   FONT-SIZE: 8pt;
}
.celltext_gray
{
   COLOR: #000000;
   FONT-FAMILY: Arial, verdana, Tahoma;
   FONT-SIZE: 8pt;
   BACKGROUND-COLOR: #CCCCCC;
}


