@charset "UTF-8";
.bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/bg.gif);
}
.headernav {
	font-family: Tahoma;
	font-size: 11px;
	color: #e9bd3f;
	font-weight: bold;
	list-style-image: url(../images/bullet.gif);
}
.headernav a:link {
	color: #e9bd3f;
	text-decoration: none;
}
.headernav a:visited {
	color: #e9bd3f;
	text-decoration: none;
}
.headernav a:hover {
	text-decoration: underline;
}
.smallermain {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footer a:link {
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.main {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	text-align: left;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}
.main a:link {
	color: #333333;
	text-decoration: none;
}
.main a:visited {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.headerinternal {
	font-family: Tahoma;
	font-size: 14px;
	color: #e9bd3f;
	font-weight: bold;
}
.nav {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.nav a:link {
	color: #999999;
	text-decoration: none;
}
.nav a:visited {
	color: #999999;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
	color: #999999;
}
