a, a:link, a:vlink
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #ff8686;
	text-decoration: none;
}


.linkstopbottom
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	padding: 2;
	background-color: #116a22;
}

.menu
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #FFFFFF;
	background: url('menuitem.gif') no-repeat;
	background-color: #57ab67;
	cursor: hand;
	padding-left: 15;
	height: 37;
	border-bottom: 1px solid #000000;
}

.menu_highlight
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #FFFFFF;
	background: url('menuhighlight.gif') no-repeat;
	background-color: #308941;
	cursor: hand;
	padding-left: 15;
	height: 37;
	border-bottom: 1px solid #000000;
}

.menu_selected
{
	font-family: verdana;
	font-size: 12;
	font-weight: bold;
	color: #FFFFFF;
	background: url('menuselected.gif') no-repeat;
	background-color: #d00b32;
	cursor: default;
	padding-left: 15;
	height: 37;
	border-bottom: 1px solid #000000;
}

.title
{
	font-family: verdana;
	font-size: 30;
	font-weight: bold;
	background-color: #77955f;
	color: #8f0001;
	text-align: center;
	border-bottom: 1px solid #000000;
	cursor: default;
}

.content
{
	font-family: verdana;
	font-size: 13;
	background-color: #FFFFFF;
	padding: 20;
	text-align: justify;
	cursor: default;
}

.table-left
{
	font-family: verdana;
	font-size: 13;
	padding-right: 20;
	text-align: justify;
	cursor: default;
}

.table-right
{
	font-family: verdana;
	font-size: 13;
	padding-left: 20;
	text-align: justify;
	cursor: default;
}

.table-content
{
	font-family: verdana;
	font-size: 13;
	text-align: justify;
	cursor: default;
}

.left
{
	font-family: verdana;
	font-size: 12;
	background: url('menubg.gif');
	background-color: #ecbaba;
	color: #000000;
	cursor: default;
}
