html{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background:#ffffff;
}

div, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a{
	text-decoration:none;
	color: #6c6c6c;
}

a:hover {
	color: #ff002a;
}


input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

form {
	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: url(images/bg_menuhorizontal.gif);
}
.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: #000000;
	background: url(images/bg_menuhorizontal_hover.gif);
}
.genericMenu .icon {
	position: absolute;
	left: 10px;
	top: 0	;
	width: 15px;
	height: 35px;
	background-position: left center;
	background-repeat: no-repeat;
}