/* CSS Document */
.style1 {
    font-family: Verdana, mono;
		font-size: 12px;
	color: #000000;
}
.style2 {
    font-family: Verdana, mono;
	font-style: strong, italic;
	font-size: 12px;
	color: #000000;
}
.style3 {
    font-family: Verdana, mono;
	font-style: bold;
	font-size: 12px;
	color: #CC0000;
}
body,td,th {
	font-family: Verdana, mono;
	font-size: 12px;
}
h1 {
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC0000;
}
h2 {
    font-family: Verdana, mono;
	font-size: 12px;
	color: #CC0000;
}
h3 {
	font-family: Verdana, mono;
	font-style: none;
	font-size: 16px;
	color: #CC0000;
}
h4 {
	font-family: "Comic Sans MS";
	font-style: normal;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
h5 {
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0000;
}
a:link {
    color: #CC0000;
	text-decoration: none;
}
a:visited {
    color: #CC0000;
	text-decoration: none;
}
a:hover {
    color: #990000;
	text-decoration: none;
}
a:active {
    color: #990000;
	text-decoration: none;
}

