/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	/* customize_body */ font: normal normal 11px Trebuchet MS; /* customize_body */
	/* customize_body */ color: #666666; /* customize_body */	
	margin: 0; padding: 0 0 50px 0;
	line-height:165%;
}

/* Links */
a:link, a:visited {
	color:#568516;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
/* Headers */
h1 {
	color:#568516;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	font-weight:normal;
}
h3 {
	font-size:16px;
	color: #188991;
	line-height: 1;
	font-weight:normal;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }