
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
}

.clsText
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    line-height: 1.6em;
}

H1	{	
	color: Black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	1em;
	font-weight: bold;
	padding: 4px 0px 0px 12px;
	margin: 0px;
	}	
		
H2	{	
	color: #B0131E;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	1.2em;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	}
	
H3	{	
	color: Black;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	1.2em;
	text-transform:uppercase;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
H4 
{
	color: #106736;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	1.2em;
	text-transform: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
H5	{	
	color: #B0131E;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:	1.2em;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}

A:link	{	
	text-decoration:	underline;
	color:	#B0131E;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#B0131E;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#B0131E;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#B0131E;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}

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;
	}	
	
.clsMainMenuTable
{
	border: 0px;
}

.clsMainMenu 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-size: .6em;
	color: White;
	background-color: #3D7346;
	font-weight: normal;
	letter-spacing: 0em;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.clsMainMenuOver 
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	text-transform: uppercase;
	font-size: .6em;
	color: White;
	background-color: #B0131E;
	font-weight: normal;
	letter-spacing: 0em;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor:hand;
}
	
.clsSubMenu 
{
	color: White;
	font-size: .7em;
	background-color: #3D7346;
	font-weight: normal;
	border-left: solid 2px white;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	width: 141px;
}
.clsSubMenuOver
{
	background-color: #B0131E;
	color: White;
	font-size: .7em;
	font-weight: normal;
	border-left: solid 2px white;
	padding-left: 10px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-top: 4px;
	cursor:hand;
	background-image: url(images/menu/arrow_green.gif);
	background-repeat: no-repeat;
	width: 141px;
}
.clsError
{
	color: #3D7346;
}
