/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
    FONT-FAMILY: Times;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5
{
    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;
	}	

TD
{
    font-family: Arial;
    font-weight: normal;
    color: Black;
    FONT-SIZE: 14px;
}

TD.mid
{
    font-family: Times;
    font-weight: normal;
    color: Black;
    FONT-SIZE: 14px;
}

DIV
{
    font-family: Times;
    font-weight: normal;
    color: Black;
    FONT-SIZE: 14px;
}


A:link	{	
	text-decoration:	none;
	color:	#C6C696;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#C6C696;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#C6C696;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#C6C696;
	}
	
	
A.DarkArial10:link
{    
    color: #969766;
    font-weight: bold;
    FONT-SIZE: 14px;
    font-family: Arial;
    text-decoration: none;
}	
		
A.DarkArial10:visited	{	
	text-decoration:	none;
	color:	#969766;
	font-weight: bold;
    FONT-SIZE: 14px;
    font-family: Arial;
	}	
		
A.DarkArial10:active	{	
	text-decoration:	none;
	color:	#969766;
	font-weight: bold;
    FONT-SIZE: 14px;
    font-family: Arial;
	}	
		
A.DarkArial10:hover	{	
	text-decoration:	underline;
	color:	#969766;
	font-weight: bold;
    FONT-SIZE: 14px;
    font-family: Arial;
	}
	

A.DarkArial12:link
{    
    color: #000000; font-weight: normal; font-size: 16px; font-family: Arial; text-decoration: none;
}	
		
A.DarkArial12:visited	{	
	color: #000000;
    font-weight: normal;	
    font-size: 16px;
    font-family: Arial;
	}	
		
A.DarkArial12:active	{	
	color: #000000;
    font-weight: normal;	
    font-size: 16px;
    font-family: Arial;
	}	
		
A.DarkArial12:hover	{	
	color: #000000;
    font-weight: normal;	
    font-size: 16px;
    font-family: Arial;
    text-decoration:	underline;
	}
	

A.BlackLink14:link,
A.BlackLink14:visited,
A.BlackLink14:active 
{font-family: Times New Roman; font-weight: normal; font-size: 14px; color: #000000;}

A.BlackLink14:hover
{font-family: Times New Roman; font-weight: normal; font-size: 14px; color: #000000; text-decoration: underline;}

	
	
A.BlackLink18:link
{    
    color: #000000;
    font-weight: normal;
    font-size: 24px;
    font-family: Arial;
    text-decoration:	underline;
}	
		
A.BlackLink18:visited	{	
	color: #000000;
    font-weight: normal;	
    font-size: 24px;
    font-family: Arial;
    text-decoration:	underline;
	}	
		
A.BlackLink18:active	{	
	color: #000000;
    font-weight: normal;	
    font-size: 24px;
    font-family: Arial;
    text-decoration:	underline;
	}	
		
A.BlackLink18:hover	{	
	color: #000000;
    font-weight: normal;	
    font-size: 24px;
    font-family: Arial;
    text-decoration:	underline;
	}	
	

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;
	}
	
.formControl {font-family:Arial;font-size:12px;color:#000000;}
