@charset "utf-8";
.backdrop {
	background-attachment: scroll;
	background-image: url(backdrop.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.baseimage {
	background-attachment: scroll;
	background-image: url(base2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebutton {
	background-attachment: scroll;
	background-image: url(button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidebutton2 {
	background-attachment: scroll;
	background-image: url(button2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.sidelinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0090d6;
	text-decoration: none;
}
.sidelinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.whitelinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitelinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.largebluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0090d6;
	text-decoration: none;
}


