/* Layout */
@import "layout.css";
@import "menu.css";
@import "news.css";
@import "forms.css";

h1 {
	font-size:1.5em;
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
}

	
h2 {
	font-size:1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	}
	
h3 {
	font-size:1em;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000; 
	}

h4 {
	font-size: 1em;
	margin: 8px 0 5px 0;
	padding: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#009900; 
	}

h5 {
	font-size: 1em;
	margin: 8px 0 5px 0;
	padding: 0;
	color:#666; 
	}


img {
	border-width: 0px;
	}

li {
margin: 0 0 5px 0;
}