body {
	
	background-repeat: no-repeat;
	background-image: url(smallback.gif);
	background-attachment: fixed;
}
.heading {
	font-size: medium;
	font-weight: bold;
}
.largehead {font-size: large}
#navagation {
	font-size: medium;
	padding: 0px;
	margin: 0px;
	position:absolute;
	left:10px;
	top:450px;
	width:174px;
	height:146px;
	z-index:1;
}
#navagation a {
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	width: 151px;
	text-align: left;
	text-decoration: none;
	background-color: #794A78;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BCBDB7;
	border-right-color: #BCBDB7;
	border-bottom-color: #BCBDB7;
	border-left-color: #BCBDB7;
	
}
#navagation ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}
.navstar {font-size: x-large}
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
	font-style: normal;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
