/* Global Declarations */


body, td, p {
	font: normal 16px Garamond, "Times New Roman", Sans-Serif;
	color: #353535;
}

h1 {
	font: normal 23px Garamond, "Times New Roman", Sans-Serif;
	color: #353535;
}

h2 {
	font: bold 21px Garamond, "Times New Roman", Sans-Serif;
	color: #728022;
}

h3 {
	font: bold 21px Garamond, "Times New Roman", Sans-Serif;
	color: #9D0A0E;
}

h4 {
	font: normal 19px Garamond, "Times New Roman", Sans-Serif;
	color: #353535;
}
	
h5 {
	font: bold 19px Garamond, "Times New Roman", Sans-Serif;
	color: #728022;
}
	
h6 {
	font: bold 16px Garamond, "Times New Roman", Sans-Serif;
	color: #9D0A0E;
}

a, a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #9D0A0E;
}

a:hover {
	text-decoration: underline;
}

