@charset "utf-8";

/* UNIVERSAL ELEMENTS */

body {
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	background: #5cad3e;
	padding-top: 30px;
	color: #FFFFFF;
	}
	
img {
	border: none;
	}
	
p {
	margin: 0px;
	}
	
	
/* TYPE */	
	
h2 {
	font-size: 15px;
	margin: 0px;
	color: #e4e985;
	}
	
h2.partners {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	color: #444444;
	font-weight: normal; 
	}
	
.notes {
	font-size: 11px;
	}

.copyright {
	font-size:11px;
	font-family:Geneve, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	margin: 20px;
	}
	
.green {
	color: #006600;
	}
	
.aqua {
	font-weight: normal;
	color: #25BCBD;
	}
	
.pink {
	font-weight: bold;
	color: #EA5494;
	}
	
.red {
	font-weight: bold;
	color: #E10020;
	}
	
	
/* LINKS */	
	
	
a:link.watt, a:visited.watt {color: #e4e985; text-decoration: underline;}
a:hover.watt {color: #e4e985; text-decoration: none;}

a:link.copyrightLink, a:visited.copyrightLink {color: #FFFFFF; text-decoration: underline;}
a:hover.copyrightLink {color: #FFFFFF; text-decoration: none;}
