/* General CSS Document */

html, body {
	background-color:#085505;
	font-family: tahoma;
	font-size: 11px;
	color: #555555;
	line-height: 14px;
	padding: 0;
	margin: 0;
}
a {
	-moz-outline-style: none;
	text-decoration: none;
}
img{
	border: 0;
	-moz-outline-style: none;
}
ul, li {
	padding: 0;
	margin: 3px 0 0 5px;
}
dl, dt, dd {
	padding: 0;
	list-style-type: none;
	margin: 3px 0 0 5px;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}
form {
	padding: 0;
	margin: 0;
}
a.textlink:link {
	color: #085505;
	text-decoration: none;
}
a.textlink:visited {
	color: #085505;
	text-decoration: none;
}
a.textlink:hover {
	color: #FCA500;
	text-decoration: none;
}
.text_selected {
	color: #FCA500;
	font-weight: bold;
	text-decoration: none;
}
a.moretext:link {
	color: #F9850B;
	font-weight: bold;
	text-decoration: none;
}
a.moretext:visited {
	color: #F9850B;
	font-weight: bold;
	text-decoration: none;
}
a.moretext:hover {
	color: #085505;
	font-weight: bold;
	text-decoration: none;
}

