.MenuFont {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.Menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.Menu a:visited {
	text-decoration: none;
	color: #FFFFFF;

}

.Menu a:hover {
	text-decoration: underline overline;
	color: #FFFFFF;

}

.Content a:link {
	color: #996633;
	text-decoration: none;
}

.Content a:visited {
	text-decoration: none;
	color: #996633;

}

.Content a:hover {
	text-decoration: underline;
	color: #996633;
	font-style: normal;
	font-weight: bold;



}
.ContentText {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
}
.ContentHeader {
	font-size: 18px;
	font-weight: bold;
	color: #CC9966;
	background-color: #FFFFFF;
}
.ImgBorderBrown {
	border: solid #CC9966;
	background-color: #FFFFFF;
	margin: 10px;
}
.SidePanelActive {
	color: #996633;
	background-color: #FFCC99;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
.SidePanelInactive {
	color: #996633;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
.SidePanelHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996600;
}
.SidePanelText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.CloseBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996600;
	border-top: thin outset #FFFFFF;
	border-right: thin outset #666633;
	border-bottom: thin outset #666633;
	border-left: thin outset #FFFFFF;
}
body {
	background-color: #F4E2CE;
}

.TabHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}