
body {
	background: #71b700;
	background-image: url("/images/bg.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;	
}
table {
      border-collapse: collapse;
      border-spacing: 0;
}
td, th { 
	padding: 0;
	font-family: Arial; 
}

img {
	border: 0;
}

input[type="text"] {
	padding: 0; 
	height: 17px;
	border: 1px solid #cdcdcd;
}

.menu_item {
	font-family: Arial;
	font-size: 14px;
	color: #483600;
}

.menu_item_selected {
	font-family: Arial;
	font-size: 14px;
	color: #3c6002;
	padding: 0 12px 0 12px;
}

.menu_item a, .menu_item a:visited{
	text-decoration: none;	
	color: #483600;
}

.menu_item a:hover{
	text-decoration: underline;
}

.menu_spacer {
	margin: 0 20px 0 20px;
}


.light_title {
	font-family: Arial;
	font-size: 27px;
	color: #FFFFFF;
}

.dark_title {
	font-family: Arial;
	font-size: 27px;
	color: #325000;
}

.dark_title1 {
	font-family: Arial;
	font-size: 22px;
	color: #71a819;
}

.text_dark {
	font-family: Arial;
	font-size: 11px;
	color: #325000;
}

.text_dark_descr {
	font-family: Arial;
	font-size: 16px;
	color: #325000;
}

.big_title {
	font-family: Arial; 
	font-size: 36px; 
	color: #FFFFFF;
}

.list_items {
	padding-left: 16px; 
	color: #71a819;	
}
.list_items li span {
	color: #505050;	
}

.anketa td {
	font-size: 11px;
	font-family: Arial;
	color: #505050;	
}
.req {
	color: #ff0000;	
}

.link{
	font-size: 12px; 
	font-family: Arial; 
	color: #ffffff; 
	text-decoration: underline;
}

.link_dark{
	font-size: 12px; 
	font-family: Arial; 
	color: #71a819;
	text-decoration: underline;
}

.selectbox {	
	font-family:Verdana;font-size:12px;
	behavior:expression(window.dropdown_menu_hack!=null?window.dropdown_menu_hack(this):0);
}
