﻿ 
/* ******Default Styles For All Sites****** */
BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0px;
    VERTICAL-ALIGN: top;
}

p
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	text-align:left;
	WORD-SPACING: normal;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	
}


H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	COLOR: #660000;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	COLOR: #660000;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	COLOR: black;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	COLOR: black;
	}	
		
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;
	text-align: left;
	COLOR: black;
	}	
		
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;
	text-align: left;
	COLOR: black;
	}	

TD
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 1em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
		
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:#333399;
	}	

		
A:visited	{	
	text-decoration:	none;
	color:#333399;
	}	
		

A:hover	{	
	text-decoration:	underline;
	color:#333399;
	}
	
A:active	{	
	text-decoration:	none;
	color:#990099;
	}	
			
BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	list-style-type: square;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	font-size:	1em;
}	

UL LI LI	{	
	list-style-type:	disc;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	font-size:	1em;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	font-size:	1em;
	}	


	
OL LI	{	
	list-style-type:	decimal;
	list-style-position: inside;
	padding-left: 2.5em;
	text-indent: -2em;
	font-size:	1em;
	
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	font-size:	1em;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	list-style-position: inside;
	padding-left: 2em;
	text-indent: -1em;
	font-size:	1em;
	}	


.anchor
{
	padding-left:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}


