BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin: 0px, 0px, 0px, 0px;
	padding:  0px, 0px, 0px, 0px;
}

P
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .7em;
	FONT-WEIGHT: normal;
	line-height: 1.5em;
	padding: 0px;
	margin: 10px 0px 5px 0px;

}

H1	{	
	color: #E70202;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	0.9em;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	}	
		
H2	{
	color: #788BBE;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	0.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	}
H3 {
	color: black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	0.7em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

A:link	{	
	text-decoration:	none;
	color: #788BBE;
	font-weight:	700;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #788BBE;
	font-weight:	700;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #788BBE;
	font-weight:	700;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #788BBE;
	font-weight:	700;
	}	

BLOCKQUOTE, PRE	{
	font-family:	Courier New, monospace;

	}

UL {
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .7em;
	FONT-WEIGHT: normal;
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
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;
	}

