/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.cursor {
	cursor: pointer;
	cursor: hand;
}
.menu {
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2e4023;
}
.links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9fb79a;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2e4023;
}
.contact_Info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	color: #2e4023;
}
.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.Copyright a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.Copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #66CC00;
	text-decoration: none;
}
.links2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.links2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2e4023;
}
.links3 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e4023;
	text-decoration: none;
}
.links3 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase;
	color: #2e4023;
}
.page_subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #2e4023;
}
