/* CSS Document */
body{
	margin:0px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
a {
	text-decoration: underline;
	color: #3E9722;
}
a:hover {
	text-decoration: none;
	color: #E58C24;
}
h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}
#menu {
	float: right;
}

#menu ul {
	margin: 0;
	/*padding-top: 79px;*/
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 60px;
	font-size:10px;
	padding:0 5px 0 5px;
	height: 20px;
	margin-left: 0px;
	padding-top: 5px;
	/*background: url(images/img03.gif) no-repeat;*/
	background-image:url(../images/img03.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

homebanner a:hover {
	color: #000000;
}

homebanner .active a {
	color: #000000;
}

homebanner a {
	color: #000000;
}

.txttitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.bgboxes{
	background-image:url(../images/bg_boxes.jpg);
	background-repeat:repeat-x;
}