/* CSS Document */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5B6D46  
	background-color: #633B24;
	background-color: #CECD8C;
}
a:link {
	color: #330;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330;
}
a:hover {
	text-decoration: none;
	color: #933;
}
a:active {
	text-decoration: none;
	color: #330;

}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #61351A;	
}
h1 {
	font-size: 1.2em;
	color: #61351A;
	text-align: left;
}

h2 {
	font-size: 0.75em;
	color: #61351A;
}

h3 {
	font-size: 1.2em;
	color: #7B852A;
	}


table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}

#homepageTable td {
	padding: 5px;
}
