@charset "UTF-8";
html {
	background-color:#333333;
	background-image:url("../images/bg2.jpg");
	background-attachment: fixed;
	background-height:100%;
	background-position:center top;
	background-repeat:repeat-x;
	
}
.bottom {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom  a:hover {
	text-decoration: underline;
}

.header {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #7acbc4;
}
.main {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.crumb {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}
.crumb a:link {
	color: #999999;
	text-decoration: none;
}

.crumb a:visited {
	text-decoration: none;
	color: #999999;
}
.crumb a:hover {
	color: #333333;
	text-decoration: underline;
}
.secondnav {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.secondnav a:link {
	color: #ffffff;
	text-decoration: none;
}
.secondnav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.secondnav a:hover {
	color: #ffc25e;
}
.main a:link {
	color: #333333;
	text-decoration: none;
}
.mainheader {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	font-family: Tahoma;
}
.maingreyed {
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}
.maingreyed a:link {
	color: #999999;
	text-decoration: none;
}
.maingreyed a:visited {
	color: #999999;
	text-decoration: none;
}
.maingreyed a:hover {
	color: #ffc25e;
}
.main a:visited {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	color: #666666;
	text-decoration: underline;
}
.bg {
	background-attachment: fixed;
	background-image: url(../images/bg2.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height: 100%;
}
.new {
	font-family: Tahoma;
	color: #FF0000;
}
