p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C90202;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C90202;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BFB600;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C90202;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C90202;
}
a:link {
	text-decoration: none;
	color: #0B851F;
}
a:visited {
	text-decoration: none;
	color: #0B851F;
}
a:active {
	text-decoration: none;
	color: #0B851F;
}
a:hover {text-decoration: underline
}
a.gray:link {
	text-decoration: none;
	color: #464646;
}
a.gray:visited {
	text-decoration: none;
	color: #464646;
}
a.gray:active {
	text-decoration: none;
	color: #464646;
}
a.gray:hover {text-decoration: underline}
