@charset "utf-8";
body 
{
	font: 100% Helvetica, Verdana, Arial,  sans-serif;
	font-size: 10pt;
	background: #FFFFFF; /*page bg color*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.top_nav 
{
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#footer a 
{
	font-family: Verdana;
	font-size:8pt;
	text-decoration:none;
}	

#email_page a
{
	font-family: Verdana;
	font-size:8pt;
	text-decoration:none;
}


p, select, input
{
	font-size: 10pt;
}

a 
{
	color: blue;
	font-weight: normal;
	text-decoration: none;
}
	
a:link
{
	color: blue; 
	text-decoration: none
}

a:visited 
{
	color: blue; 
	text-decoration: none
}

a:hover 
{
	text-decoration: underline;
}

td{
	font-size:10pt;
	vertical-align:top;
}



.pad_rt
{
	padding-right:25px;
}

.pad_lt
{
	padding-left:25px;
}

.home_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:bold;
	color:#EA7125; /*31B3C3*/
	padding-bottom: 10px;

}

h1 
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#EA7125; /*31B3C3*/
	padding-bottom: 10px;
}


h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#EA7125;
	padding-bottom: 6px;
	padding-top: 8px;
}

h3 /*use for paragraph headings*/
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	color:#EA7125;
	margin:0px;
	padding-top: 6px;
}

.hotel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#EA7125;
}

.button
{
	background:#31B3C3;
	color:#FFFFFF;
}

.tbl_head
{
	background-color:#EA7125;
	font-weight:bold;
	color:white;
}

.tbl_head_sub
{
	background-color:#999999;
	font-weight:bold;
	color:white;
}

.alt_row
{
	background-color:#D7D8DA;
}

.alt_row_2
{
	background-color:#E4E4E4;
}


.reg_steps_on
{
	font-size:85%;
	color:#EA7125;
}	

.reg_steps_off
{
	font-size:85%;
	color:#999999;
}	

li
{
	padding-bottom: 3px;
	padding-top: 3px;
}

