BODY {
	background-color : #D6D6D6;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
a{
	color: #0066CC;
}
a:hover{
	text-decoration: none;
}
#menu {
	border-right: 1px solid #999999;
	border-left : 1px solid #999999;
	background-color : #297d2e;
	background-image : url("../img/menu_bg.gif");
	background-repeat : repeat-x;
	height : 34px;
}
#menu a {
	padding-left : 15px;
	padding-right : 15px;
}
#main {
	border-right: 1px solid #999999;
	border-left : 1px solid #999999;
	background-color : #FFFFFF;
	padding : 2px 15px 20px 15px;
}
#main span {
	color: #666666;
	font-weight : bold;
}
#main .button {
	background-color: #B7B7B7;
	color : #FFFFFF;
	font-weight : bold;
	border : 0px;
	font-family : Arial, Helvetica, sans-serif;
	height : 21px;
	width : 100px;
}
#main .input {
	 width : 115px;
}
#main p {
	padding-bottom: 20px;
	padding-top : 0px;
	margin : 0px;
}
#centr {
	padding-left: 30px;
	padding-right : 30px;
}
#centr span {
	color: #3A7811;
}
#bottom {
	height: 152px;
	background-image : url("../img/bottom_bg.gif");
	background-repeat : no-repeat;
	background-position : left top;
	padding-left : 5px;
	padding-top : 10px;
	padding-right : 50px;
}
#bottom .copir {
	color: #999999;
	font-size : 11px;
}
