BODY {background-repeat: repeat-x }

H1 {
  font-family: arial, sans-serif;
  font-size: 18pt;
  font-weight: bold;
  color: #990000;
}

H2 {
  font-family: arial, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #990000;
}

H3 {
  font-family: arial, sans-serif;
  font-size: 16pt;
  color: #990000;
}

H4 {
  font-family: arial, sans-serif;
  font-size: 14pt;
  color: #990000;
}

H5 {
  font-size: 12pt;
  font-family: arial, sans-serif;
  font-style: italic;
  color: #990000;
}

H6 {
  font-size: 10pt;
  font-weight: bold;
  font-family: arial, sans-serif;
  text-indent: 0pt;
  color: navy;
}

P {
  font-family: arial, sans-serif;
  font-size: 10pt;
}

UL {
  font-family: arial, sans-serif;
  font-size: 10pt;
}

OL {
  font-family: arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10pt;
}

A.menu:link, A.menu:active
	{
	text-decoration	:	none;
	color		:	#FFFFFF;
	background	:	transparent;
	font-weight     :       bold;
	}
A.menu:visited 
	{
   	text-decoration	:	none; 
   	color		:	#FFFFFF; 
  	background	:	transparent; 
	font-weight     :       bold;
	}		
A.menu:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#336699;
	background	:	#CCCCCC;
	font-weight     :       bold;
	}



A.menu2:link, A.menu:active
	{
	text-decoration	:	none;
	color		:	#999999;
	background	:	transparent;
	font-weight     :       bold;
	}
A.menu2:visited 
	{
   	text-decoration	:	none; 
   	color		:	#999999; 
  	background	:	transparent; 
	font-weight     :       bold;
	}		
A.menu2:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#666666;
	background	:	transparent;
	font-weight     :       bold;
	}

