@charset "windows-1251";
/* CSS Document */

body{
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	text-decoration: none;
	background-color: #000000;
	
}

.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-align: right;
}

img {
    border: 0;
}

h4 {
    font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}


a{
	color:#83FE40;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
a:hover{
	color:#FEC640;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}



.menu_top {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	background-color: #36291F;	
	
}
.menu_bot {
	font-family: Arial;
	font-size: 12px;
	color: #003C7A;
	text-decoration: none;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #F9B523;		
}
.menu_title {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #003C7A;
	font-weight: bold;
	text-align: center;
}

