body {
	background-color: #E8E8E8;
	margin:0px;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4E4F4F;
}
h1 {
	margin:0px;
	font-size:18px;
}
h2 {
	font-size:15px;
}
h3 {
	margin:0px;
	font-size:14px;
}
form {
	margin:0px;
}
input,select,textarea,checkbox,radio {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	background-color: #B8DBD1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-width: 0px;
	margin-height: 0px;
	border: 1px solid #666;
}
a {
	text-decoration: underline;
	color:#656565;
}
a.link_orange {
	text-decoration: underline;
	color:#FF6603;
}
a.link_blue {
	text-decoration: underline;
	color:#2B607E;
}
a.link_green {
	text-decoration: underline;
	color:#489750
}
.bold_orange {
	color: #FF6603;
	font-weight: bold;
}
.bold_blue {
	color: #2B607E;
	font-weight: bold;
}
.bold_green {
	color: #009933;
	font-weight: bold;
}
.box_heading {
	color: #FFFFFF;
	font-weight: bold;
}
.bottom_menu {
	text-decoration: none;
	font-weight:bold;
	font-size: 10px;
	color:#FFFFFF;
}
.copyright {
	font-size: 10px;
	font-style: normal;
}