﻿body 
{
	font-family: Sans-serif;
	font-size: small;
	text-align: left;
	background-color: Transparent;
	width: 98%;
	margin-left: 1%;
}
.hr_green
{
	height: 8px;
	background: #00727D;
}
.hr_brown
{
	height: 4px;
	background: #5D5854;
}
#enhancement_message
{
	text-align: right;
	font-style: italic;
}
#nav_bar
{
	color: #5D5854;
	background: #CCC7C3;
	vertical-align: middle;
}
#nav_bar a
{
	color: #5D5854;
	padding: 2px 10px 2px 10px;
}
#nav_bar a:hover
{
	color: White;
	background-color: #00727D;
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: #00727D;
}

.buttonFilter
{
	cursor: hand;
	text-align: left;
}
.buttonFilter:hover
{
	color: #00727D;
}
