/* CSS Document */
.bg{
	background-color:#C6C7CB;
	height:px;
	width:auto;
    margin: 0;
	padding: 0;
	border: #CDD2D8 0px solid;
	width:1000px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x; 		
}
.menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #5e5f5e;
	text-decoration:none;
}
.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.menuinactive {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #804000;
	text-decoration:none;
}
.menuband{
	color: #cef3bd;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.menuband:hover{
	color: #FFFF00;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.content{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.contentnew{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
.footer {
	font-family: Tahoma;
	font-size: 9px;
	color: #5F5F61;
	text-decoration:none;
}
.footer:hover {
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}
.footerinactive {
	font-family: Tahoma;
	font-size: 9px;
	color: #313131;
	text-decoration:none;
}