@charset "utf-8";
/* CSS Document */

body,td,th,input,select {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #4C5C52;
}
body {
	background:url(images/bg.png) repeat-x;
	background-color: #F0EBD8;
	margin: 0;
}
a{color:#4C5C52; text-decoration:none;}
a:hover,a:active{color:#CC0000;}

#menu a{
	font-size:14px; color:#4C5C52; font-weight:bold;
	background:url(images/menu-bg.gif) no-repeat;
	line-height:32px; padding:7px 20px 8px 20px;
}
#menu .this,#menu a:hover,#menu a:active{background:url(images/menu-bg-a.gif) no-repeat; color:#CC0000;}


#bottom td{color:#766345;}
#bottom a{color:#766345;}
#bottom a:hover,#bottom a:active{color:#CC0000;}
