/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1
{
	background-position: left center;
	font-weight: bold;
	font-size: 14pt;
	background-attachment: fixed;
	word-spacing: normal;
	text-transform: none;
	color: black;
	background-repeat: repeat;
	font-style: normal;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: normal;
	background-color: white;
	text-decoration: none;
}	
		
H2	{	
	font-family: Tahoma, Verdana, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	font-style:	normal;
	color: black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Tahoma, Verdana, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	font-style:	normal;
	color: black;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Tahoma, Verdana, 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: Tahoma, Verdana, 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: Tahoma, Verdana, 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: Tahoma, Verdana, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma, Verdana, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	font-weight: bold;
	color:	#458338;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight: bold;
	color:	#458338;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight: bold;
	color:	#458338;
	}	
		
A:hover	{	
	text-decoration:	underline;
	font-weight: bold;
	color:	black;
	}
	
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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
TBODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: normal;
}
BIG
{
	font-weight: normal;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma, Verdana, sans-serif;
	letter-spacing: 3px;
}
TD
{
	font-size: 10pt;
	background-color: whitesmoke;
}
THEAD
{
	font-size: 10pt;
	color: white;	
}
TH
{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	background-color: whitesmoke;
	text-align: left;
}

.Grid { border: solid 1px white; }

.Grid td
{
    border: solid 3px #FFFFFF;
    margin: 1px 1px 1px 1px;
    font-family: Tahoma;
    padding: 1px 1px 1px 1px;
    text-align: left;
}

.GridHeader
{
    font-weight: bold;
    background-color: Tan;
}

.GridItem
{
    background-color: LightGoldenrodYellow;
}

.GridAltItem
{
    background-color: PaleGoldenrod;
}