body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	color:#336518;
	text-decoration:none;
}

a.hover {
	color:#336518;
	text-decoration:none;
}

body {
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	background: #ffffff;
}

input, select {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
}

form {
	margin: 0;
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2b8000;
	padding: 0;
	margin: 0;
}

.genericClearBoth {
	display: block;
	clear: both;
}

.genericMarginTop {
	margin-top: 5px;
}

.genericTitle {
	font-size: 28px;
	color: #000000;
}

.genericBanner {
	color: #ffffff;
	border-bottom: 5px solid #8dc73f;
}

.genericBox {
	position: relative;
	border: 1px solid #dbdbdb;
}
.genericBox .genericBoxContent {
	padding: 14px;
}

.genericBanner .genericTitle {
	margin: 0 0 15px 0;
	font-size: 15px;
	color: #ffffff;
}
.genericBox .genericTitle {
	height: 27px;
	padding: 8px 10px 0 10px;
	margin: 0;
	font-size: 15px;
	color: #2b8000;
	border-bottom: 5px solid #518800;
}

.genericInput {
	height: 16px;
	margin: 0;
	padding: 2px 2px 0 2px;
	font-size: 11px;
	color: #424242;
	background: #efffd7;
	border: 1px solid #c4df9b;
}
.genericSelect {
	height: 18px;
	margin: 0;
	padding: 2px 2px 0 2px;
	font-size: 11px;
	color: #424242;
	background: #efffd7;
	border: 1px solid #c4df9b;
}
.genericButton {
	height: 20px;
	margin: 0;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
	background: #9ace53 url(images/bg_button.gif) repeat-x;
	border: 2px solid #c4df9b;
}

.genericRssIcon {
	padding: 0 10px;
	background: url(images/ico_rss.gif) center top no-repeat;
}
.genericRssIcon span {
	display: block;
	width: 16px;
	height: 16px;
}

.genericMenu {
	height: 40px;
	background:#eaeadd;
}
.genericMenu a.item {
	position: relative;
	display: block;
	float: left;
	height: 24px;
	padding: 11px 10px 5px 10px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}
.genericMenu a.item:hover {
	color: #424242;
	background:#bbbbb1;
}
.genericMenu .icon {
	position: absolute;
	left: 10px;
	top: 0	;
	width: 15px;
	height: 35px;
	background-position: left center;
	background-repeat: no-repeat;
}
