@charset "utf-8";
.sidebarheader {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
a.sidebarlink {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #993300;
	text-decoration: none;
}
a.sidebarlink:hover {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	color: #336699;
	text-decoration: none;
}
a.topnav {
	font-family: arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.topnav:hover {
	font-family: arial;
	font-size: 14px;
	font-weight: bolder;
	text-transform: lowercase;
	color: #ccFFFF;
	text-decoration: none;
}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
