/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 0px;
    margin: 0px;
    word-spacing: normal;
    text-transform: none;
    clip: rect(auto auto auto auto);
    padding-top: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    background-color: white;
	SCROLLBAR-FACE-COLOR: teal; 
	SCROLLBAR-HIGHLIGHT-COLOR: teal; 
	SCROLLBAR-SHADOW-COLOR: teal; 
	SCROLLBAR-3DLIGHT-COLOR: teal; 
	SCROLLBAR-ARROW-COLOR:  white; 
	SCROLLBAR-TRACK-COLOR: white; 
	SCROLLBAR-DARKSHADOW-COLOR: white; 
    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: Teal;
}
H1	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	16px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	14px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	13px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	12px;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	10px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	11px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	}	


A:link	{	
    font-family: Arial, Verdana, Helvetica, sans-serif;
    Font-Size:12px;
	text-decoration:	none;
	color:	DarkRed;
	}	
		
A:visited	
{
        font-family: Arial, Verdana, Helvetica, sans-serif;
    Font-Size:12px;
	text-decoration:	none;
	color:	DarkRed;
	}	
		
A:active	
{
        font-family: Arial, Verdana, Helvetica, sans-serif;
    Font-Size:12px;
	text-decoration:	none;
	color:	white;
	background-color:teal;
	}	
		
A:hover	
{
        font-family: Arial, Verdana, Helvetica, sans-serif;
    Font-Size:12px;
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	8px;
	}	

BIG	{	
	font-size:	15px;
	}	

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;
	}

INPUT , SELECT , TEXTAREA 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    border-left-color: teal;
    border-bottom-color: teal;
    color: white;
    border-top-color: teal;
    background-color: teal;
    border-right-color: teal;
}

TD
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
        font-size: 13px}

