body 
{
	font-family	: Arial, Verdana;
	font-size: 1.0em;
	font-weight	: normal;
	background-color: #006a71;
}

h1
{
	font-family	: arial;
	text-align: center;
	margin-bottom: 0px;
	color: #006a71;
}

h2
{
	font-family	: arial;
	background-color: #cfe6c0;
	font-size: 1.5em;
}

h2.newsletter
{
	background-color: #ffffff;
	font-size: 1.5em;
}

td, th
{
	font-family	: arial, sans-serif;
	font-size: 1.0em;
	font-weight	: normal;
}

a.menu
{
    color: white;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-decoration: none
}
a.menu:link
{
    color: white;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-decoration: none
}
a.menu:hover
{
    color: purple;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-decoration: underline
}
.selected
{
	color	: purple;
    font-family: Arial, Verdana;
	font-weight	: bold;
    text-decoration: none
}

/********** Left Menu **********/
.left_menu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 165px;
	font-weight: bold;
	font-size: .9em;
	font-family: arial;
	border: 3px outset silver;
}

.left_menu a:link, .left_menu a:visited 
{
	display: block;
	border-bottom: 1px solid #ffffff;
	padding: 6px 0px 6px 10px;
	background-color: #006a71;
	color: #ffffff;
	text-decoration: none;
}

.left_menu a:hover
{
	display: block;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #6db43f;
	color: #000000;
}

.left_menu #left_menu_selected {
	display: block;
	padding: 6px 0px 6px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #6db43f;
	color: #000000;
}

.detail_title
{
	font-weight: bold
}

.page_coordinator
{
	color: #006a71;
	font-size: 12px;
	float: right;
}
