



/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

body, td, p {
	font: 12px georgia, garamond, serif;
	font-weight: normal;
	line-height: 3.1ex;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	}
	

p {
	padding-left: 15px;
	padding-right: 15px;
	}
	
hr {
	color:"#3A8E29";
}

h1 {	
	font: 24pt georgia, serif;
	font-style: italic;
	line-height: 2ex;
	color: #1B5F0D;
	}

h2 {	
	font: 24pt georgia, serif;
	font-style: italic;
	font-size: 20px;
	line-height: 2ex;
	color: #1B5F0D;
	}
h3 {	
	font: 24pt georgia, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 2ex;
	color: #1B5F0D;
	}
h4 {	
	font-size: 14px;
	line-height: 2ex;
	}
h5 {	
	font-size: 12px;
	line-height: 2ex;
	}
h6 {	
	font-size: 10px;
	line-height: 2ex;
	}

a:link, a:active {
	font: 10pt georgia, garamond, serif;
	font-weight: bold;
	text-decoration: none;
	color: #1C81DA;
	}	

a:visited {
	font: 12px georgia, garamond, serif;
	font-weight: bold;
	text-decoration: none;
	color: #69A1D2;
	}

a:hover {
	text-decoration: underline;
	color: #298CE3;
	}	


