@charset "utf-8";
body {
	background-color: #000000;
	color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
}
.left_text {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 15px;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5CD90;
	text-decoration: none;
}
.bottomnav :hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
}.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #F5CD90;
	text-decoration: none;
	vertical-align: top;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5CD90;
	text-decoration: none;
}
.topnav :hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	text-decoration: none;
}
.border {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B70C02;
	border-bottom-color: #B70C02;
	border-left-color: #B70C02;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.border2 {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4F0000;
	border-right-color: #4F0000;
	border-bottom-color: #4F0000;
	border-left-color: #4F0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5CD90;
	text-decoration: none;
}
.body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.rightnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}
.rightnavigation :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F5CD90;
}
.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
}
.back :hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F5CD90;
	text-decoration: none;
}
.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4f0000;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5CD90;
	text-decoration: none;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c60001;
	text-decoration: none;
}
.color {
	color: #CCC;
	text-decoration: none;
}
.news-letter {
	background-image: url(images/news-letter.png);
	background-position: center top;
	text-align: center;
	background-repeat: no-repeat;
	height: 129px;
	width: 210px;
}
.center {
	text-align: center;
}
.red {
	color: #F00;
	text-decoration: none;
}
.htags {
	font-size: 14px;
	font-weight: normal;
	color: #FF0D0D;
	text-decoration: none;
}
.btn {
	 display: inline-block;
	 border: 1px solid #e0c193;
	 border-radius: 3px;
	 font-size: 1.25em;
	 font-weight: bold;
	 max-width: 25%;
	 margin: 10px 2.5%;
	 padding: 10px;
	 text-align: center;
	 color: #e0c193;
	 text-decoration:none;
	 background: #45484d;
	 background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
	 background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%);
	 background: linear-gradient(to bottom, #45484d 0%,#000000 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	 transition: all 0.3s linear;
}
.btn:hover {
	 background: #000000;
	 background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
	 background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%);
	 background: linear-gradient(to bottom, #000000 0%,#45484d 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );
	 box-shadow: 2px 2px 3px #666666;
}