/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR:white;
    FONT-FAMILY:  Arial Narrow, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1.0em;
    FONT-WEIGHT:normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: white;
    
   

     
}

P 
{
	FONT-SIZE: 12px; COLOR:Black; LINE-HEIGHT: 16px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify
}

.HeadingLink
{
	font-size: 12px;
	font-weight: bold;
	color: BLACK;
	font-family:Arial Narrow, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.Banner 
{
	BACKGROUND-COLOR: #0099ff;
	FONT-SIZE: 22px; 
	COLOR:WHITE; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}

.Contents
{
	background-color: white;
	font-size: 12px;
	color: BLACK;
	line-height: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Contact
{
	
	FONT-SIZE: 12px; 
	COLOR:BLACK; 
	LINE-HEIGHT: 12px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
}
.td 
{
	FONT-SIZE: 20px; 
	COLOR:White; 
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Verdana, 
	Geneva, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify;
	border-color:White;
	background-color:Transparent;
	 

	 
}

H1
{
	font-family:Arial Narrow,Arial Rounded MT Bold;
	font-size: 3.1em;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
}	
		
H2	{	
	font-family: Arial Narrow,Arial;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
	text-align:left
	}	
		
H3
{
	font-family:Arial Narrow, Arial;
	font-size:	1.em;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	color: white;
	text-align:left
}	
		
H4	{	
	font-family:Arial Narrow, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: white;
	text-align:left
	}	
		
H5, DT	{	
	font-family:Arial Narrow, 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:Arial Narrow, 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;
	border-left-color: white;
	border-bottom-color: white;
	border-top-style: solid;
	border-top-color: white;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: white;
	border-bottom-style: solid;
}	


A:link
{
	text-decoration: underline;
	color: #ff6100;
	cursor: auto;
	cursor:pointer; 
}	
		
A:visited	{	
	text-decoration:	underline;
	color: #ff6100;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:#ff6100;
	}	
		
A:hover	{	
	text-decoration:	underline;
	
	cursor:auto;
	color: Blue;
	cursor:pointer; 
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

ul li
{
	text-align: left;
}	

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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	
	
	}






