/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000
}
a.style2:link {
	color: #000099;
	font-weight: bold; 
}
a.style2:active {
	color: #000099;
	font-weight: bold;
}
a.style2:visited {
	color: #000099;
	font-weight: bold;
}
a.style2:hover {
	color: #000099;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.style3:link {
	color: #000099;
}
a.style3:active {
	color: #000099;
}
a.style3:visited {
	color: #000099;
}
a.style3:hover {
	color: #000099;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	font-weight: bold;
	font-style: italic;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}
.style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body {
	background-color: #CCCCCC;
}