﻿body 
{
    background-color:Silver;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #897667;
}

a:link {
	color: #DB9F28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DB9F28;
}
a:hover {
	text-decoration: underline;
	color: #DB9F28;
}
a:active {
	text-decoration: none;
	color: #DB9F28;
}


.menubackground{
    background-image: url(../Images/images/menubackground_02.jpg);
    background-repeat:no-repeat;
    background-position: right;
}

.header{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}	

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
}
.specialtext {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #897667;
	font-style: italic;
	font-weight: bold;
	}

.subbox {
	background-color: #FFFFFF;
	padding: 1px;
	float: right;
	height: 300px;
	width: 200px;
	border: 1px solid #333333;
}
.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-type: square;
}

.style1 {
	width:800px;
	background-color:#ffffff;
}

.body 
{
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #897667;
}
