body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #191919;
	font-size: 14px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	color: #191919;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
	color: #191919;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #191919;
}
h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #191919;
}
h5 {
	font-size: 9pt
}
a:link{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color:black;
	font-weight: bold;
	text-decoration: none;
}
a:focus{
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color:#333333;
	font-weight: bold;
	text-decoration: none;
}
a:active{
	color:#990000;
	font-weight: bold;
	text-decoration: none;
}
#red {
	color: #C00;
}

