@charset "UTF-8";
/* CSS Document */

.style1 {
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;
	color: #B8B6FD;
}
.style3 {
	font-size: 12px;
	font-weight: bold;
}
.style4 {font-size: 13px}
.style5 {
	font-size: 12px;
	color: #0033FF;
	font-weight: bold;
}
.style6 {
	font-size: 18px;
	font-weight: bolder;
	color: #333333;
	font-variant: normal;
	font-style: normal;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
.style8 {
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}
.style9 {
	font-size: 18px;
	color: #0000FF;
	text-decoration: none;
}
a:link {
	color: #660033;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
	font-weight: bold;
}
a:visited {
	font-size: 12px;
	font-weight: lighter;
	color: #333399;
	text-transform: uppercase;
	text-decoration: none;
}
