body {
	font-family: garamond;
	}
.body_text {
	font-family: garamond;
	font-size: 14px;
	color: #000000;
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #000000;
}
.index_address {
	font-family: Garamond;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #461536;
}
.purple_bold {
	font-family: garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #441857;
}
li {
	list-style-image: url(../images/bullet.gif);
}
a:link {
	
	font-weight: bold;
	color: #441857;
	text-decoration: underline;
}
a:visited {
	
	font-weight: bold;
	color: #441857;
	text-decoration: underline;
}
a:hover {
	
	font-weight: bold;
	color: #441857;
	text-decoration: none;
}

#nav {
	margin: 0px;
	font-size: 15px;
	color: #441857;
}

#nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	}
	
#nav li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
	color: #441857;
	}	

#nav a, a:link, a:active {
	text-decoration: none;
	font-weight: normal;
	}
	
#nav a:hover {
	text-decoration: underline;
}
