.blue
{
	color: blue;
}

form table.centered
{
	border-width: 0px;
}

form table.centered td
{
	font-size: 1.0em;
	padding: 4px;
}

input.image
{
	border-width: 0px;
}

.text_center
{
	text-align: center;
}

.green
{
	color: #306b33;
}

h2.page_title
{
	font-family: arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-top: 4px;
	text-align: center;
}

img.float_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

img.float_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

div.clear_me
{
	clear: both;
	height: 0px;
}

div.dropdown_menu
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #306b33;
	visibility: hidden;
	position: absolute;
}

a.dropdown_menu_item
{
	display: block;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	text-decoration: none;
	width: 100%;
}

a.dropdown_menu_item:link
{
	background-color: #ffffff;
	color: #3c3b5b;
	text-decoration: none;
}

a.dropdown_menu_item:visited
{
	background-color: #ffffff;
	color: #3c3b5b;
	text-decoration: none;
}

a.dropdown_menu_item:hover
{
	background-color: #82d03f;
	color: #ffffff;
	text-decoration: none;
}

a.dropdown_menu_item:active
{
	background-color: #82d03f;
	color: #ffffff;
	text-decoration: none;
}

div.float_left
{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

div.float_right
{
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

table.centered
{
	border-color: #b5b5b5;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

table.centered td
{
	font-family: arial, sans-serif;
	font-size: 0.8em;
	padding: 6px;
	vertical-align: top;
}

table.centered th
{
	font-family: arial, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 6px 6px 0px 6px;
	text-align: left;
}

div.listeven
{
	width: 580px;
	background-color: #ffffff;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 2px;
}

div.listodd
{
	width: 580px;
	background-color: #eeeeee;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 2px;
}

.error
{
	color: red;
	text-align: center;
}
