/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 14px;
 font-style: italic;
 font-weight: bold;
 color: #CC0000;
}

h2{
 font-size: 12px;
 font-weight: bold;
 color: #CC0000;
}

h3{
 font-size: 12px;
 font-weight: bold;
 color: #000000;
}

h4{
 font-size: 11px;
 color: #CC0000;
}

h5{
 font-size: 100%;
 color: #CC0000;
}
