/* CSS Document */

.style1 {
	color: #CC9900;
	font-family: Verdana, Papyrus, Impact;
}
.style2 {color: #000000; font-family: Verdana, Papyrus, Impact; }
.style3 {
	font-family: Verdana, Papyrus, Impact;
	color: #3399FF;
}
.style4 {color: #000000; font-family: Verdana, Papyrus, Impact; font-size: 14px; }
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}