@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, san-serif;
	background-color: #595f28;
	font-size: 16px;
	color: #ffffff;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #883001;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.style2 a:link {
	color: #949c53;
	text-decoration: none;
}
.style2 a:visited {
	color: #949c53;
	text-decoration: none;
}
.style2 a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.style2 a:active {
	color: #949c53;
	text-decoration: none;
}


#header {
	width: 906px;
	height: 38px;
	background-image: url('images/header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 14px;
	padding-top: 175px;
	padding-right: 30px;
	}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 2px;
	margin-top: 2px;
	}
	
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 2px;
	margin-top: 2px;
	}
	
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	padding-top: 2px;
	margin-top: 2px;
	}
	
#text {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #ffffff;
	padding-top: 10px;
	}

p {
	line-height: 14px;
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #383305;
	font-family: Geneva, Tahoma, sans-serif;
	}

.title {
	line-height: 18px;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #883001;
	text-align: center;
	font-family: Trebuchet MS;
	}