/* Overall Link Style */

body {
	background-color: #1a1715;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}



/* Website Body Styles */


.text1 {
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.text1 a:link{
	text-decoration: none;
	color: #eae7de;
}
.text1 a:visited{
	text-decoration: none;
	color: #eae7de;
}
.text1 a:hover{
	text-decoration: underline;
	color: #eae7de;
}
.text1 a:active{
	text-decoration: underline;
	color: #eae7de;
}




.caption {
	font-family: Verdana;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}



.copyright {
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	color: #eae7de;
}
.copyright a:link{
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	color: #eae7de;
	text-decoration: none;
}
.copyright a:visited{
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	color: #eae7de;
	text-decoration: none;
}
.copyright a:hover{
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	color: #eae7de;
	text-decoration: underline;
}
.copyright a:active{
	font-family: Verdana;
	font-size: 9px;
	line-height: 10px;
	color: #eae7de;
	text-decoration: underline;
}




.subhead1 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: none;
	margin-bottom: 0px;
}
.subhead1 a:link{
	text-decoration: underline;
	color: #eae7de;
}
.subhead1 a:visited{
	text-decoration: none;
	color: #eae7de;
}
.subhead1 a:hover{
	text-decoration: underline;
	color: #eae7de;
}
.subhead1 a:active{
	text-decoration: underline;
	color: #eae7de;
}



.pagetitle {
	font-family: Verdana;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 4px;
	margin-bottom: 0px;
}

/* Sub Left */

.subleft_head {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}

.subleft {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.subleft a:link{
	text-decoration: none;
	color: #FFFFFF;
}
.subleft a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.subleft a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.subleft a:active{
	text-decoration: underline;
	color: #FFFFFF;
}

