/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	background-image: url(images/bkg_page1.jpg);
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #69696A;
}

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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	padding-top: 7px;
	list-style-type: disc;
}	

UL LI LI	{	
	list-style-type:	square;
	}	

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;
	}
.Verdana8
{
	font-size: 8pt;
	font-family: Verdana;
}
.Verdana7
{
	font-size: 7pt;
	font-family: Verdana;
}
.BoxTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Arial;
}
.ArialN9
{
	font-size: 10pt;
	font-family: 'Arial Narrow';
}
TD.CellTop
{
	font-weight: bold;
	font-size: 8pt;
	background-image: url(images/bkg_gradblue.gif);
	color: whitesmoke;
	width:100%;
	height:26px;
	text-align:center;
	font-family: Verdana;
}
TR.DashedLine
{
	background-image: url(images/line_dashed.jpg);
	background-repeat: repeat-x;
}

A.Menutop:link
{
	font-weight: bold;
	font-size: 10pt;
	color: dimgray;
	font-family: 'Arial Narrow';
	text-decoration: none;
}	
		
A.Menutop:visited	{	
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Arial Narrow';
	text-decoration:	none;
	color:	dimgray;
	}	
		
A.Menutop:active	{	
	font-weight: bold;
	font-size: 10pt;
	font-family: 'Arial Narrow';
	text-decoration:	none;
	color:	dimgray;
	}	
		
A.Menutop:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff9900;
	font-family: 'Arial Narrow';
	text-decoration: none;
}
A.Menuleft:link
{
	font-size: 8pt;
	color: #696969;
	font-family: Verdana;
	text-decoration: none;
}	
		
A.Menuleft:visited	{	
	font-size: 8pt;
	color: #696969;
	font-family: Verdana;
	text-decoration: none;
	}	
		
A.Menuleft:active	{	
	font-size: 8pt;
	color: #696969;
	font-family: Verdana;
	text-decoration: none;
	}	
		
A.Menuleft:hover
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana;
	text-decoration: none;
}