/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
margin: 0; 
padding: 0; 
border: 0; 
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-type: circle;
	background-color: #000000;
	background: #000000;
	list-style-position: outside;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font-family: "Poor Richard";
	font-size: 16px;
	font-weight: bold;
	color: #FFCC00;
	text-align: center;
	vertical-align: middle;
}
h1 {
	font-family: "Poor Richard";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h4 {
	color: #fc0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #666666;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.phototitles {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.footerlinks {
	color: #666666;
	font-weight: bolder;
}
.navlinks {
	font-size: 14px;
	font-weight: bolder;
	color: #FFCC00;
}
.rightimage {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px double #666666;
}
#wrapper {
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: none;
	border-left-style: none;
	position: relative;
	border-top-style: none;
	border-bottom-style: none;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
