/* CSS Document */



body {
	background-color: #513E3E;
	}

.center1
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

.center2
{
	text-align: center;
	border-bottom-width: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8D7E6C;
	}


td.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFBF00;
	text-align: center;
	padding: 13px 0px 3px;
	margin: 0px;
}

td.headline a:link {
	font-family: "Times New Roman", Times, serif;
     font-size: 36px;
	color: #FFBF00;
	text-decoration: none;
}
td.headline a:visited {
	color: #FFBF00;
	text-decoration: none;
}
td.headline a:hover {
	color:#FFBF00;
	text-decoration: none;
}
td.headline a:active {
	color: FFBF00;
	text-decoration: none;
}


td.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8d2d2;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	letter-spacing:normal;
}


td.navigation a:link {
	color: #d8d2d2;
	text-decoration: none;
}

td.navigation a:visited {
	color: #d8d2d2;
	text-decoration: none;
}

td.navigation a:hover {
	color: #FFF;
	text-decoration: none;
}

td.navigation a:active {
	color: #d8d2d2;
	text-decoration: none;
}
