/* Start of CMSMS style sheet 'CSS' */
@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma;
	font-size:12px;
}
.thumb img {
 border: 0px;
}

.photo {
	border: 10px solid #daab19;
}
.menu {
	height: 46px;
	background:url(images/bg.jpg) repeat-x;
	margin:0; padding:0;
	list-style-type:none;
	width: 100%;
}
.menu li {
	float: left;
	width: 135px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 9px;
	height: 28px;
}
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:Tahoma;
	font-size:14px;
}
.menu li a:hover {
	color:#FFFFFF;
	text-decoration: underline
}
.menu .selected {
	background:url(images/menuON.jpg) no-repeat;
	background-color: #daab19;
	height:37px;
	background-position:0px 37px;
}
.menu .selected a {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.menu .selected a:hover {
	color:#000;
	text-decoration: underline
}
h2 {
	font-size: 20px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
}
.news {
	margin: 10px 0;
	padding: 0 10px 0 0;
}
.newsBody a {
	color:#000;
	text-decoration:underline;
}
.newsBody a:hover {
	color:#000;
	text-decoration: none;
}
.date
{
	color: #FFF;
	background-color:#daab19;
	
}
h1
{
font-size:18px;
}
/* End of 'CSS' */

