.background {
	background-color: #7F89AC;
}
.backgroundtop {
	background-color: #5A6CA8;
}
.botstrip {
	background-image: url(images/bot_bar.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.topstrip {
	background-image: url(images/top_strip.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFCC00;
	text-decoration: none;
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000066;
	font-style: normal;
	font-weight: bold;
}

