/* CSS Document */
body {
	scrollbar-face-color: #C2BD9F; 
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #F5F5F5;
	scrollbar-highlight-color: #F5F5F5;
	scrollbar-3dlight-color: #C2BD9F;
	scrollbar-shadow-color: #F5F5F5;
	scrollbar-darkshadow-color: #C2BD9F;
}

.default{
	font-size:12px;
	color:#626262;
	font-family:Arial;
}
.heading{
	font-size:16px;
	color:#626262;
	font-family:Arial;
	font-weight: bold;
	letter-spacing: -1px;
}
.menu{
	font-size:16px;
	color:#95917A;
	font-family:Arial;
	font-weight: bold;
	letter-spacing: -1px;
}
.menu:hover{
	font-size:16px;
	color:#ACA78D;
	font-family:Arial;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}
.menu2{
	font-size:12px;
	color:#777A6C;
	font-family:Verdana;
}
.news{
	font-size:10px;
	color:#777A6C;
	font-family:Verdana;
}
.newslink{
	font-size:10px;
	color:#777A6C;
	font-family:Verdana;
	font-weight: bold;
}
.newslink:hover{
	font-size:10px;
	color:#989C8A;
	font-family:Verdana;
	font-weight: bold;
	text-decoration: underline;
}
a{
	color:#A4A086;
	text-decoration: none;
}
a:hover{
	color:#797663;
	text-decoration: underline;
}

