body {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
.menu {
	font-weight: bold;
	background-color: #ffffcc;
	padding-left: 10px;
}
.headerh1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF6600;
	padding-left: 300px;
	margin-top: 20px;
}
.headerflt {
	float: left;
	padding-right: 50px;
}
.headerh2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.content {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}
h1, h2, h3, h4 {
	color: #FF6600;
	font-weight: bold;
}
em {
	font-style: italic;
	color: #FF6600;
	font-weight: bold;
}
a:link, a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.bg {
	background-color: #CCCC99;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFCC;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003333;
	border-bottom-color: #003333;
	font-weight: bolder;
	background-color: #CCCC99;
	padding-top: 3px;
	padding-bottom: 3px;
}
.white {
	color: #FFFFFF;
}
.lftside {
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.orange {
	color: #FF6600;
}

