/* Global Styles */

body {background-color: #dfd4b8;
	margin:0;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
a {
	color: #660033;
	}
	
a:hover {
	color: #DFD4B8;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #DFD4B8;
	border-right: 1px solid #666666;
	border-top: 1px solid #DFD4B8;

	}
	
#navigation a {
	font:11px Arial, Helvetica, sans-serif, verdana;
	color: #660033;
	font-weight: bold;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px 6px 5px 10px;
	
	}
	
#navigation a:hover {
	background: #DFD4B8 ;
	color:#BE9F69;
	}

	

/* Class Styles */
	
.style1 {font-weight: bold}
	
.navText {
	font:8px Arial, Helvetica, sans-serif;
	color: #DFD4b8;
	font-weight: bold;
	line-height:16px;
	letter-spacing:.1em;
	}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	background-repeat: no-repeat;
	color: #660033;
}
.list {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	white-space: normal;
	text-align: left;
	color: #660033;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #660033;
}
a {
	color: #ECCDA1;
	text-decoration: underline;
}
.table {
	border: thin solid #666666;
}
