/* Default CSS Stylesheet for a new Web Application project */

body 
{
	SCROLLBAR-FACE-COLOR: #ffffff;
    SCROLLBAR-HIGHLIGHT-COLOR: #999999;
    SCROLLBAR-SHADOW-COLOR: #990033;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR:  #3399ff;
    SCROLLBAR-TRACK-COLOR: #efeeee;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}

td	{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 10px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    Color:Black
}

input	
	{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:black;
	}
select	
	{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	color:black;
	}
select.side	
	{
	font-family:verdana,arial,sans-serif;
	font-size:10px;
	color:black;
	}
A:link	{	
	text-decoration:	none;
	color:#3333ff ;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#003399;
	}

A.header:link	{	
	text-decoration:	none;
	color:	#CCFFFF;
	}	
		
A.header:visited	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A.header:active	{	
	text-decoration:	none;
	color:	blue;
	}	
		
A.header:hover	{	
	text-decoration:	underline;
	color:	#00CCFF;
	}



UL LI	{	
	list-style-type:	square ;
	letter-spacing:1px;
	margin:5px;
	}	

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;
	}	

EM
{
	font-size: 10px;
	color: white;
	font-family: Verdana, Arial, sans-serif;
	font-style:normal
}
CODE
{
	color:	#CCFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size:10px
}
