/*	Sets borders for main table that contains the body of the page  */
.maintable {
	border: 0 0 0 0;
	background-color:#FFFFFF;
}

/*	Sets default font styles as well as margins for the body of the page  */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#C0BCA0;
	line-height: 120%; 
	margin: 0 0 0 0;

}

/*	Hotel Info on Left Hand Side of the Page  */
.side_bar {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12 px;
	font-weight:900;
	color: #746D4B;
	line-height: 22 px;
}

/*	Body Text */
.paragraph_txt, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
}
.error_txt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	line-height: 21px;
}

/*	If a non-graphic footer is used, this specifies the properties for the footer items */
.footer {
	border: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/*	Brown Bold Type in List Headers  */
#list_headers {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746D4B;
	line-height: 20px;
	font_weight: bold;
}

ul {
	padding: 0;
	margin-left: 0;
}

li {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 21px;
	list-style-type: disc; 
	margin-left: 20px;
}

/*	Brown Bold Type in Body Text  */
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #746D4B;
	line-height: 21px;
	font-weight: 600;
	}
	/*	Brown Bold Type in Body Text  */
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3065A7;
	line-height: 20px;
	font-weight: 600;
	}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4A4A;	
}
/*	Lists */	
a:link {
	color: #3065A7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3065A7;
}
a:hover {
	text-decoration: none;
	color: #3065A7;
}
a:active {
	text-decoration: none;
	color: #3065A7;
}

/*	Top Links */
.mainlink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F947B;
	font-weight: 600;
	text-decoration: none;
	font-variant:small-caps;
	letter-spacing: 1px;
}

.mainlink a:link, .mainlink a:visited {
	color: #9F947B;
}

.mainlink a:hover {
	color: #746D4B;
}

/*	Sub Links */
.sublink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746D4B;
	line-height: 20px;
	font-variant: none;
	text-decoration:underline;
}

.sublink a:link {
	color: #746D4B;
}


/*	Form label for non-required fields  */
.formlabel {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font_weight: bold;
}
/*	Form label for required fields; if the required attribute for any one field varies
	based on participant type, must use formlabel and control the required field color
	indicator by using <span> tags   */
.formlabelbody {
	padding-right: 20px;
	padding-bottom: 6px;
	padding-top: 6px;
}

label {
	padding-right: 50px;

}
/*	This controls the size of text being entered into form fields */
.formfield {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font_weight: bold;
	color: #666666;
}


.formlabelreqd {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font_weight: bold;
	color: #900;	
}

