body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0;
	padding:0;
	font-size : 13px;
}
#header {
	width: 900px;
	height: 127px;
	color: #fff;
}
.headerText {
	background: none;
	font-size: 32px;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-weight: bold;
	font-family:yelly;
}
.headerText1 {
	background: none;
	font-size: 14px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-family:Verdana;
}
DIV.center {
	text-align: center;
}
.menu {
	display: block;
	width: 200px;
	color: #000;
	font-weight: bold;
}
.menu a {
	background: #3C7915;
	color: #000;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:active {
	background: #3C7915;
	color: #000;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover {
	background: #000;
	color: #3C7915;
	font-weight: bold;
	text-decoration: none;
}

#content {
	background: #fff;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
}	
h3.headline {
	background: #fff;
	text-decoration: underline;
	color: #84D02E;
}
h1.title {
	font-weight: bold;
}

.footer {
	background:  url(/images/foot.jpg) repeat-x;
	height: 30px;
	width: 1200px;
	margin-right : auto;
	margin-left : auto;
	color : #000;
	padding-top : 5px;
	font-size: 10px;
	text-align : center;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
.footer a {
	background: none;
	color : #000;
	padding-left: 2px;
	padding-right: 2px;	
}
.style1 {
	color: #FF0000;
	font-weight: bold;
}
.style2 {color: #FF0000}
.style3 {color: #0000FF}
