/* CSS Document font */

.style1 {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ffcc00;
}
.style2 {
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #FFFFFF;
}
.style4 {
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #ccff33;
}
.style5 {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #ccff33;
}

.style6 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
}
.style8 {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
.style9 {
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #339900;
}
.style10 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #660066;
}
.style11 {
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

.style12 {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #339900;
}


a:link {
	text-decoration: none;
	color: #FF6699;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF6699;
}
a:active {
	text-decoration: none;
}