body {
	color:#dccea0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4F0A0B;
	background-image: url(images/bg_101.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}



.ftr {
	font-size: 12px;
	color: #DCCE9F;
	text-align:center;
}

a {
	color:#dccea0;
	font-size:11px;
}

a:hover {
	color:#fff;
	font-size:11px;
}

.h1 {
	font-size: 50px;
	font-weight:600;
	font-weight:900;
	color: #DCCE9F;
	text-align:center;
}

.h2 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.h2:hover {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

.h3 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.h3:hover {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.border {
	border:solid 1px #dccea0;
}

.txt {
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	padding-top:6px;
	padding-bottom:6px;
	text-align: center;
}

.txtwhite {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}
.txtwhitebig {
	color:#fff;
	font-size:23px;
	font-weight:bold;
}

.txtwhitebig:hover {
	color:#fff;
	font-size:23px;
	font-weight:bold;
}

.txt2 {
	font-size:11px;
	padding-left:0px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:6px;
	color: #FFFFFF;
}
.txtnoPadding {

	font-size:11px;
	padding-left:0px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:6px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #320505;
	background-color: #DCCE9F;
	height: 13px;
	width: 300px;
	border: 1px solid #550B0B;
}

.center {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #320505;
}

/* join form table */
.jftbl {
	border: 1px #000000;
	border-style: dashed;
	background-color: #E2B877;
	}

/* join form header */
.jfhdr { 
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
	}

/* join form text */
.jftxt { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	}

/* join form billing options text : 1 = price */
.jfbilltxt1 { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	}

/* join form billing options text : 2 = price descriptor (ie: 1 Month Membership) */
.jfbilltxt2 { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	}

/* join form billing options text : 3 = price descriptor billing type (ie: Sign up billing to your Credit Card) */
.jfbilltxt3 { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

/* join form footer text (sub text) */
.pftr { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
/* VXS footer text */
.companytxt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	} 
	
/* Log out */
	
div#page-frame {
	height: auto;
	width: 755px;
	margin: 0 auto;	
}

div#logout-bg {
	background-image: url(../images/logout_bg.gif);
	width: 100%;
	height: 319px;
	position: relative;
}

div#logout-txt {
	width: 400px;
    height: auto;
	position: relative;
	text-align: center;
	left: 195px;
	top: 190px;
	font-size: 14px;
}

.jnfrmerror {
    color: #FF0000;
}