/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
.Paragragh {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#CC3333;
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC3333;
}

h1, h2, h3 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
}

h1{
 font-size:14px;
 color: #CC3333;
}

h2{
 font-size:14px;
 color: #000000;
}

h3{
 font-size:16px;
 color: #CC3333;
}
