body {
	margin: 0px;
	background: url('/img/bggradient.png') #31cd1d;
	background-repeat: repeat-x;
}

.tab {
	background: #8cc81a;
	height: 30px;
	float: left;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #1c5f07;
}

.tab#activetab, .tab:hover {
	background: #ecf834;
	color: #4c8f37;
}

#tabbot {
	background: #ecf834;
	height: 5px;
}

#main {
	background: #ffffff;
	padding: 10px;
	font-family: Tahoma;
	font-size: 17px;
	line-height: 1.5;
	color: #53bb25;
}

#footer {
	background: #7acd37;
	padding: 10px;
	text-align: center;
	font-family: Arial;
	color: #f6ffee;
	font-size:16px;
}

a.footer:link, a.footer:active, a.footer:visited {
	color: #f6ffee;
}

a.footer:hover {
	color: #ffffff;
	text-decoration: none;
}

#downloadlink {
	color: #319a26;
	background: #fdfe03;
	width: 150px;
	float: left;
	text-align: center;
	margin: 20px;
	margin-left: 140px;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-decoration: underline;
	border: 5px dotted #319a26;
}

#downloadlink:hover {
	text-decoration: none;
	background: #ffffff;
	text-decoration: none;
	border: 5px dotted black;
	color: #319a26;
}

.infoheader {
	color: #ffffff;
	background: #4ca326;
	padding: 5px;
	width: 48%;
}

.infobody {
	color: #319a26;
	background: #ffffff;
	padding: 5px;
	font-size: 14px;
}
