h2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footer {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E65C00;
}

a.footer {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E65C00;
	text-decoration: none;
}
a.footer:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E65C00;
	text-decoration: none;
}
a.footer:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E65C00;
	text-decoration: none;
}
a.footer:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
}

.main {
	font-family: tahoma;
	font-size: 11px;
	color: #777777;
	text-decoration: none;
}

a {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
}
a:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
}
a:active {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
}
a:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
}

.bodyFont{
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

a.bodyFont {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
	border: 1px solid #f6ff00;
	padding: 2px;
	
}
a.bodyFont:FFFFFF {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
}
a.bodyFont:active {
	font-family: tahoma;
	font-size: 11px;
	color: #f6ff00;
	text-decoration: none;
}
a.bodyFont:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #ffffff;
	background-color: #666666;
}

.title {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #f6ff00;
	text-decoration: none;
}

.subtitle{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}

.warn {
	font-family: tahoma;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

.submit input
{
	color: #333;
	font-size: 10px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.box {
	border: 1px solid #4e4e4e;
}

/* ----------- FOOTER ----------------- */

#footer {
	text-align:left;
	width: 872px;
	background-color:#000000;
	height:60px;

}

#footer a {
	text-decoration:none;
	color: #CCCCCC;
	text-align:left;

}

#footer .copyight {
	float: left;
	margin-top: 13px;
	font-family: Arial, verdana, Helvetica, sans-serif; 
	font-size: 11px;
	color:#CCCCCC;
}

#footer .links {
	float: right;
	margin-top: 12px;
}

#footer .links a:hover {
	color: #d9f321;
}

#footer .carbonneutral {
	margin-left:20px;
	margin-top:5px;
	float:right;
}
.greenline {
	border-bottom:1px solid #d9f321; 
	width:872px;
}