BODY {
	font-family: "Times New Roman", Times, serif;
	background-color: #8B4513;
}
A:LINK{
	color : purple;
}
A:VISITED{
	color : blue;
}
A:HOVER{
	color : green ;
}
h1{
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: white;
}
h2{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 60px;
	color: white;
	font-weight: bold;
}
h3{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
}
h4{
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
p{
	text-indent: 25px;
	margin-top: 0;
	margin-bottom: 8px;
	text-align: justify;
}
td{
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #FFEED7;
}
td.footer {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	margin-bottom: 1px;
}
td.side {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin-bottom: 5px;
	background-color: #E6C5A6;
}
td.top {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: black;
	margin-bottom: 5px;
	background-color: #24682D;
}

div.menuBar,
div.menuBar a.menuButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: white;
	width: 10px;
	height: 15px;
} 
div.menuBar {
	background-color: transparent;
	padding: 6px 2px 6px 2px;
	text-align: center;
	margin-left:0px;
}
div.menuBar a.menuButton {
	background-color: #24682D;
	border: 2px solid;
	border-color: #f0f0f0 #909090 #909090 #f0f0f0;
	color: white;
	cursor: pointer;
	
	margin: 1px;
	padding: 2px 6px 2px 6px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
}
	