/* Default CSS Stylesheet for a new Web Application project 

BODY
{
	SCROLLBAR-FACE-COLOR: #484867;
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	SCROLLBAR-HIGHLIGHT-COLOR: #525272;
	text-transform: none;
	SCROLLBAR-SHADOW-COLOR: #21214a;
	color: #000066;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #e8e8d0;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e8e8d0;
}
.FIXEDsml { FONT-SIZE: 11px }
.FIXEDmed { FONT-SIZE: 13px }
.FIXEDlrg { FONT-SIZE: 15px }
*/	


BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	color: #000066;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	
}
.FIXEDsml { FONT-SIZE: 11px }
.FIXEDmed { FONT-SIZE: 13px }
.FIXEDlrg { FONT-SIZE: 15px}
	
	
	TABLE.myStyle{BORDER-RIGHT: #cedcf2 thin solid; BORDER-TOP: #cedcf2 thin solid; BORDER-LEFT: #cedcf2 thin solid; BORDER-BOTTOM: #cedcf2 thin solid; }
	TD.MyImage {BACKGROUND-IMAGE: url(Images\CellBack.gif)}

H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	vertical-align: sub;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  x-small;
	 font-weight:bold;
	 color:#696969;
	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:	9pt;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
		
TH
{
	font-weight: bold;
	font-size: 1em;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #e8e8d0;
}	


A:link	{	
	text-decoration:	none;
	color:	#3333aa;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	

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: -1px;
	margin-left: -1px;
	margin-right: -1px;
	margin-bottom: -1px;
	}
