@charset "UTF-8";
.bg {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.main {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.main a:link {
	color: #333333;
	text-decoration: none;
}
.main a:visited {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}

.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: underline;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.secondarynav {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.secondarynav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.secondarynav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.secondarynav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.header {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #3158a8;
}

.navheader {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #6997ef;
}
