body {
	background : url("img/bg.jpg") 50% 0;
	margin-top : 0px;
	margin-bottom : 0px;
	font-family : vardana, arial, helvetica, sans-serif;
	font-size : 12px;
}

td {
	font-family : vardana, arial, helvetica, sans-serif;
	font-size : 12px;
}

#footer {
	border-top : 2px solid #005418;
	background-color : #fff;
	color : #8C8254;
	font-size : 12px;
	text-align : center;
}

#footer A, #footer A:visited {
	color : #8C8254;
	text-decoration : none;
}

#footer A:hover {
	color : #000;
}

#menu {
	padding : 4px;
	border-bottom : 2px solid #005418;
}

#menu A, #menu A:visited {
	color : #005418;
	text-decoration : none;
	font-size : 14px;
	font-weight : bold;
}

#menu A:hover {
	color : #000;
	text-decoration : underline;
}

#main {
	padding : 10px;
}

.title {
	color : #005418;
	font-size : 16px;
	font-weight : bold;
}

a {
	color : #005418;
}