body{
	background: #fff url(../images/mainBg.jpg) repeat-x;
	margin:0;
}
img{
	border:0;
}
td.menuTop{
	background:url(../images/mainMenuBg.jpg) repeat-x;
}
.menuTop{
	 color:#FFF;
	 font-size:26px;
}
a.menuTop:link, a.menuTop:visited{
	 color:#FFF;
	 text-decoration:none;
}
a.menuTop:hover{
	 color:#FFF;
	 text-decoration:underline;
}
.menu{
	color:#000;
}
a.menu:link, a.menu:visited{
	color:#000;
	text-decoration:none;
}

a.menu:hover{
	color: #2D5227;
	text-decoration:underline;
}

a.menuAdmin:link, a.menuAdmin:visited{
	color:#000;
	text-decoration:none;
}

a.menuAdmin:hover{
	color: #0f0;
	text-decoration:underline;
}

td.menu{
	background: url(../images/menuContentBg.jpg) repeat-y;
	font-size:20px;
	list-style-image: url(../images/list.jpg);
}
form.menu{
	padding-left:20px;
}
input.menu{
	border: 1px solid;
}
textarea.menu{
	border: 1px solid;
}
.news{
	font-size: 14px;
	padding-left: 10px;
}
.newsShow{
	border: green solid 1px;
	font-size: 12px;
	vertical-align: top;
}
.newsAdd{
	border: green solid 1px;
}
textarea.newsAdd{
	border: solid 1px;
}
.policy{
	text-decoration: none;
	color: #000;
}
