 Cascading Style Sheet 
<STYLE>


BODY		{
			font-family: arial, helvetica, sans-serif;
		}

BODY.home		{
			background-image: url("images/background_home.jpg");
			background-repeat: no-repeat;
			font-family: arial, helvetica, sans-serif;
		}

TD, P		{
	font-family: arial, helvetica, sans-serif;
	
		}

TD.menu		{
			background-image: url("images/background_menu.jpg");
			background-repeat: no-repeat;
			font-family: arial, helvetica, sans-serif;
		}

.navigation	{
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 80px;
		}

H1		{
			font-size: 20px;
			font-weight: normal;
		}

.content	{
			font-size: 10px;
			color: #615C56;
		}

.page	{
			font-size: 12px;
			color: #615C56;
		}
a.page:link	{
	font-size: 12px;
	color: #615C56;
	text-decoration: none;
		}
a.page:visited	{
			font-size: 12px;
			color: #615C56;
			text-decoration: none;
		}
a.page:hover	{
			font-size: 12px;
			color:#666666;
		}

a.toplinks:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #422C21;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
.toptablepadding {
	margin-left: 50px;
	padding-left: 50px;
}

a.toplinks:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #422C21;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
a.toplinks:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#CC9900;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
a.footer:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
a.footer:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
a.front:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 22px;
}
a.front:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	line-height: 22px;
}
a.footer:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#663300;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
}
a.front:hover {
	color: #663300;
}

