/* CSS Document */

.style11 {
	color: #2E53A1;
	font-family: "Californian FB";
	font-weight: bold;
}
.style12 {font-family: Verdana}
.style13 {font-size: 12px}
.style14 {font-family: Verdana; font-size: 12px; }
.style15 {color: #2E53A1}
.style16 {	font-family: Verdana;
	font-size: 12px;
	color: #2E53A1;
	font-weight: bold;
}
.style17 {
	font-family: "Bookman Old Style";
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #666666;
}

a:link {
	color: #2E53A1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2E53A1;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.more:link {
	color: #990000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 12px;
}
a.more:visited {
	text-decoration: none;
	color: #990000;
	font-family: Tahoma;
	font-size: 12px;
}
a.more:hover {
	text-decoration: none;
	color: #0066FF;
	font-family: Tahoma;
	font-size: 12px;
}
a.more:active {
	text-decoration: none;
	font-family: Tahoma;
}
