/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: dimgray;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    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;
	color:#C10000;
	}	
		
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;
	color:#C10000;
	}	
		
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;
	color:#C10000;
	}	
		
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;
	color:#C10000;
	}	
		
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;
	color:#C10000;
	}	
		
H6	{	
	font-family: 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;
	color:#C10000;
	}	
		
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;
	}	


A:link	{	
	text-decoration:	none;
	color: black;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:Red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}

LI 
{
	list-style-type:disc;
	FONT-SIZE: 8pt;  
	COLOR: black; 
	FONT-FAMILY: Verdana
}
	
	

UL LI	{	
	list-style-type:	square ;
	FONT-SIZE: 8pt;  
	COLOR: black; 
	FONT-FAMILY: Verdana;

	}	

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;
	}
	
.FooterLinkBar
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color:White;
	color:#c10000;
}



.HeaderBullets
{	
	list-style-type:disc ;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#c10000;

	}
	
.ContactLinks
{
	text-decoration:underline;
	FONT-SIZE: 8pt;  
	COLOR:#c10000; 
	FONT-FAMILY: Verdana;
	font-weight:bold;

	
}
	
P
{
	FONT-SIZE: 8pt;  
	COLOR: black; 
	FONT-FAMILY: Verdana
}

SPAN, DIV
{
	FONT-SIZE: 8pt;  
	COLOR: black; 
	FONT-FAMILY: Verdana
}


.fields
	{
		    FONT-SIZE: 8pt;
		    FONT-WEIGHT: bold;
		    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		    COLOR: #000000;
		    BACKGROUND-COLOR: #f3f3f3
	}
	.fields
	{
		    FONT-SIZE: 8pt;
		    FONT-WEIGHT: bold;
		    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		    COLOR: #000000;
		    BACKGROUND-COLOR: #f3f3f3
	}
	.fieldsValue
	{
			FONT-SIZE: 8pt;
			FONT-WEIGHT: normal;
			FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
			COLOR: #000000;
			BACKGROUND-COLOR: #ffffff
	}

	.fieldsValue
	{
			FONT-SIZE: 8pt;
			FONT-WEIGHT: normal;
			FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
			COLOR: #000000;
			BACKGROUND-COLOR: #ffffff
	}
	
	
.valid
{
	font-size: 10pt;
	color: red;
	font-family: Verdana;
	background-color: white;
}

.LocationItemHeading
{	
	list-style-type:disc ;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#c10000;

	}


.LocationItemHeading A:link
{	
	list-style-type:disc ;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#666666;
	text-decoration: underline;

	}


.LocationItemHeading A:hover
{	
	list-style-type:disc ;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:Silver;
	text-decoration: underline;
}


.LocationItemHeading A:visited
{	
	list-style-type:disc ;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	color:#c10000;
	text-decoration: underline;

	}




	

	
.LocationItem
{

 	FONT-SIZE: 11px;
 	FONT-FAMILY:  Tahoma, Verdana, Arial, helvetica;
 	COLOR: #666666; 
 	
}

.LocationItem A:link
{

 	FONT-SIZE: 11px;
 	FONT-FAMILY:  Tahoma, Verdana, Arial, helvetica;
 	COLOR:#666666; 
 	text-decoration: underline;
 	
 	
}


.LocationItem A:hover
{

 	FONT-SIZE: 11px;
 	FONT-FAMILY:  Tahoma, Verdana, Arial, helvetica;
 	COLOR:Silver; 
 	text-decoration: underline;
	
}


.LocationItem A:visited
{

 	FONT-SIZE: 11px;
 	FONT-FAMILY:  Tahoma, Verdana, Arial, helvetica;
 	COLOR:#666666; 
 	text-decoration: underline;
 	
 	
}
