/* BEGIN style6 */
 #navlist ul
{
	white-space: nowrap;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
}

#navlist a:link, #navlist a:visited
{
	color: #000000;
	background-color: #B5E310;
	text-decoration: none;
	font-weight: bolder;
	font-size: 13px;
}

#navlist a:hover
{
	color: #0000FF;
	background-color: #B5E310;
	text-decoration: none;
	font-weight: bold;
}
body {
	background-image: url('images/bg.gif');
	background-repeat: no-repeat;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px
}

/* END style6 */
#navlist2 a {
	padding-right: 14px;
	padding-left: 14px;
}
#navlist2 a:link, #navlist2 a:visited {

color: #000000;
text-decoration: none;
}
#navlist2 a:hover {
	color: #0000FF;
	background-color: #FFFFFF;
	text-decoration: none;
	
}
#navlist2 ul {

margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist2 li {

display: inline;
list-style-type: none;
}
#navlist2 {
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}
.navlist2 {
	border: thin solid #333333;
}
.navlist {
	background-color: #B5E310;
}
#navigation {
	background-position: center;
}
#logolayer {
	left: 425px;
	top: 345px;
}
#logo {
	margin: 10px;
}
.footer {
	line-height: 150%;
	text-align: center;
}
.footer a:link {
	font-weight: bold;
	color: #BDF00F;
	text-decoration: none;
}
.footer a:visited {

	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.footer a:hover {


	font-weight: bold;
	color: #9DC80D;
	text-decoration: underline;
}
.Editarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px;
	padding: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.left {
	float: left;
	margin: 0px 5px 5px;
}
#sizer { display:none } 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul {
	font-size: 13px;
	line-height: 16px;
}
a:link {
	color: #666666;
}
.greenborder {
	border: 5px groove #B5E310;
	padding: 0px;
	float: left;
	margin: 10px;
}