@charset "utf-8";
/* CSS Document */
body{
	margin: 0px;
	background-color: #000000;
}
td{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #dee2e1;
	line-height: 16px;
	text-align: left;
}
a{
	color: #b39374;
	text-decoration: underline;
}
a:hover{
	color: #e37000;
	text-decoration: none;
}
h1{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #dadada;
}
h2{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #cd0779;
}
table.maintable{
	width: 800px;
	border: 0px;
	clear: both;
	margin: auto;
	float: none;
}
.blacktop{
	background-image: url(../images/blacktop.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #cd0779;
	height: 4px;
}
.header{
	background-image: url(../images/headerbg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #cd0779;
	height: 77px;
	vertical-align: middle;
	text-align: center;
}
.header table{
	width: auto;
	float: none;
	clear: both;
	margin: auto;
}
.header table td a img{
	display: block;
	padding: 0px 30px;
	border: 0px;
}
.shadow{
	background-image: url(../images/shadow.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #0a0a0a;
}
.content{
	background-color: #0a0a0a;
	padding: 0px 30px;
}
.content table{
	width: 100%;
	border: 0px;
}
.content table td{
	vertical-align: top;
}
.content table td.left{
	width: 25%;
	padding: 0px 5px 0px 0px;
}
.content table td.right{
	width: 75%;
	padding: 0px 0px 0px 15px;
}
img.grayborder{
	border: 1px solid #292929;
}
img.wrapleft{
	float: left;
	margin: 4px 14px 2px 0px;
}
.footer{
	background-image: url(../images/footerbg.gif);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: #cd0779;
	height: 53px;
	padding: 0px 30px;
	vertical-align: middle;
}
.footer table{
	width: 100%;
}
.footer table td{
	width: 50%;
	color: #FFFFFF;
}
.footer table td a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer table td a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.rightalign{
	text-align: right;
}
.centeralign{
	text-align: center;
}
.grayline_horz{
	background-image: url(../images/graydot.gif);
	background-position: left center;
	background-repeat: repeat-x;
}
.grayline_vert{
	background-image: url(../images/graydot.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.imptext{
	color: #cd0779;
	font-size: 12px;
	line-height: 19px;
}
a.readmore {
	display: inline;
	padding: 1px 8px;
	margin: 0px 0px;
	color: #FFFFFF;
	background-color: #74154c;
	text-decoration: none;
}
a:hover.readmore {
	color: #FFFFFF;
	background-color: #d53190;
	text-decoration: none;
}
.txtbox{
	background-color: #adb4b3;
	border: 1px solid #888d8c;
	color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 2px 0px 2px;
	*padding: 0px 2px;
	margin: 4px 0px;
	line-height: 18px;
	height: 16px;
	*height: 18px;
}
.button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #88004f;
	border: 1px solid #ba6c9a;
}
table.form{
	width: 400px;
	float: none;
	clear: both;
	margin: auto;
}
table.form td{
	padding: 1px 0px;
	vertical-align: middle;
}
