/* Basic elements of the website. */

body {
	background-color: #CCCCCC;
	background-attachment: fixed;
	margin: 0px;
}
a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
} 
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
} 
a.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	text-decoration: underline;
}
a.menu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
} 
a.menu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
} 
a.menu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: underline;
}
a.main:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFBF0B;
	text-decoration: none;
} 
a.main:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFBF0B;
	text-decoration: none;
} 
a.main:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D29E00;
	text-decoration: underline;
} 
.background1  {
	background-color: #160E05;
}
.background2  {
	background-color: #000000;
}
.background3  {
	background-color: #333333;
}
.background4  {
	background-color: #666666;
}
.headertext1  {
	font-family:"Times New Roman", Times, serif;
	font-size: 36px;
	text-align: left;
	color: #334503;
	font-weight: normal;
}
.headertext2  {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #334503;
	padding: 5px;
}
.headertext3  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #FFBF0B;
	font-weight: bold;
	padding: 5px;
	font-style: italic;
}
.headertext4  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	color: #FFBF0B;
	font-weight: normal;
}
.headertext5  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #000000;
	font-weight: normal;
	background-color: #628703;
}
.menutext  {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	color: #FFFFFF;
	font-weight: normal;
}
.maintext  {
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
}
.maintext1  {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
	font-weight: normal;
}
