body {
	color: #959595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	background-color:#222222;
}
a:link {
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #959595;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A98131;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #959595;
	font-weight: bold;
}

/* NAV */

a.nav:link {
	color: #A98131;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em 	
}
a.nav:visited {
	text-decoration: none;
	color: #A98131;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em 	
}
a.nav:hover {
	text-decoration: none;
	color: #EFCA89;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em 	
}
a.nav:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em 	
}

img.border {
	border: #A98131;
	border-width:1px;
	border-style:solid;
}

img.imgright {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: #A98131;
}

img.imgleft {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border: #A98131;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	color: #959595;
}
.credits { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; line-height: 12px; text-align: right; text-indent: 2pt;}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 0;
}
h3 {
	color: #BBBBBB;
	font-size: 12px;
	font-weight: bold;
}
.lighttitle {
	color: #EFCA89;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}
th {
	background-color: #A98131;
}
.textleft {
	text-align:left;
}
