body {
    padding: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}

.copy {
	font-family: Arial;;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
}

.copy_green {
	font-family: Arial;;
	font-size: 11px;
	color: #71b52e;
	line-height: 1.5em;
}

.copybold {
	font-family: Arial;;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
	font-weight: bold;
}

.copybold_green {
	font-family: Arial;;
	font-size: 11px;
	color: #71b52e;
	line-height: 1.5em;
	font-weight: bold;
}

.tableheader_green {
	font-family: Arial;;
	font-size: 12px;
	color: #71b52e;
	line-height: 1.5em;
	font-weight: bold;
}

.copy_sidepanel {
	font-family: Arial;;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
	text-decoration: none;
}

.caption {
	font-family: Arial;;
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
	font-style: italic;
	font-weight: bold;
}


a.grey_link {
	font-family: Arial;;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
	text-decoration: underline;
}

a.grey_link:hover {
	font-family: Arial;;
	font-size: 11px;
	color: #333333;
	line-height: 1.5em;
	text-decoration: none;
}


.navigation_bar {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
	border-color: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

.main_table {
	border-color: #999999;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}


.header_green {
	font-family: Arial;;
	font-size: 17px;
	color: #71b52e;
	font-weight: bold;
	line-height: 1.5em;
}

.header_grey {
	font-family: Arial;;
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
}

.header_orange {
	font-family: Arial;;
	font-size: 17px;
	color: #f98313;
	font-weight: bold;
	line-height: 1.5em;
}

.title_green {
	font-family: Arial;;
	font-size: 21px;
	color: #71b52e;
	font-weight: bold;
	line-height: 1.5em;
}

.title_orange {
	font-family: Arial;;
	font-size: 13px;
	color: #f98313;
	font-weight: bold;
	line-height: 1.5em;
}


.side_panel {
	background-color: #dbe8c2;
	width: 180;
}

.main_panel {
	background-color: #ffffff;
	width: 540;
}


a {
	font-family: Arial;;
	font-size: 11px;
	color: #f98313;
	line-height: 1.5em;
	text-decoration: none;
}

a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #f98313;
	line-height: 1.5em;
	text-decoration: underline;
}

a.topmenu {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
    text-decoration: none;
}

a.topmenu:hover {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5em;
    text-decoration: none;
}


#dropmenudiv {
	position: absolute;
	border: 1px solid #333333;
	border-bottom-width: 0;
	font: bold 11px Arial;
	line-height: 30px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666666;
	padding: 1px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #f2f1f0;
}


select {font-family: Arial; font-size: 11px; color: #71b52e; line-height: 1.5em}
select.grey {font-family: Arial; font-size: 11px; color: #333333; line-height: 1.5em}
input {font-family: Arial; font-size: 11px; color: #333333; line-height: 1.5em}
textarea {font-family: Arial; font-size: 11px; color: #333333; line-height: 1.5em}