a
{
	color: #558306;
	text-decoration: none;
}

a:hover
{
	color: #8eb100;
	text-decoration: underline;
}


a:link
{
	color: #558306;
	text-decoration: none;
}

a:vlink
{
	color: #558306;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 10;
	font-weight: bold;
	padding: 2;
}

.menu
{
	font-family: verdana;
	font-size: 12;
	background-color: #8eb100;
	cursor: hand;
	padding: 4;
}

.menu_selected
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	background-color: #245300;
	cursor: hand;
	padding: 4;
}

.title
{
	font-family: verdana;
	font-size: 20;
	font-weight: bold;
	background-color: #5a9500;
	padding: 10;
	text-align: center;
	background-image: url('top.gif');
}

.content
{
	font-family: verdana;
	font-size: 13;
	background-color: #FFFFFF;
	padding: 20;
	text-align: justify;
}

.left
{
	font-family: verdana;
	font-size: 10;
	background-color: #FFEED4;
	text-align: center;
}