/* CSS Document */

.htmlparagraph {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.htmlheader1 {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.htmlheader2 {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #0033FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}
a:visited {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}
a:hover {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}
a:active {
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}
