/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, p, td {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	margin: 0px;
}

p, td {
	line-height: 2.7ex;
}

h1 {	
	font-size: 20px;
	line-height: 2.5ex;
	color: #659b40;
	margin:0;
}
	
h2 {	
	font-size: 16px;
	line-height: 2.5ex;
	color: #659b40;
	margin:0;
}
	
h3 {	
	font-size: 14px;
	line-height: 2.5ex;
	color: #659b40;
	font: italic;
	margin:0;
}
	
h4 {	
	font-size: 12px;
	line-height: 2.5ex;
	color: #659b40;
	margin:0;
}
	
h5 {	
	font-size: 11px;
	line-height: 2.5ex;
	color: #659b40;
	margin:0;
}
	
h6 {	
	font-size: 11px;
	line-height: 2.5ex;
	color: Black;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #3473cb;
}	

a:hover  {
	text-decoration: underline;
	color: #3473cb;
	font-weight: bold;
}
	