@import url("global_layout.css");
@import url("global_content.css");
@import url("firefox_1_0_layout.css");
@import url("firefox_1_5_layout.css");
@import url("homeRestool.css");
@import url("safari_layout.css");
/* do not import stylesheets after safari_layout.css, put new style sheets before this, http://www.bballcity.com/archives/2006/safari-specific-css-hack - KMK 3/2/07*/
/*
---------------------------------------------------------------
United Vacations Master Style Sheet
1.23.06 - KMK
---------------------------------------------------------------*/
* { font-size: 100%; font-family:arial, Helvetica, Verdana, sans-serif; margin-top: 0px; margin-left: 0px; border: 0px;}
a:link { text-decoration: underline; color: #0033CC; }
a:visited { text-decoration: underline; color: #0033CC; }
a:active { text-decoration: underline; color: #0033CC; }
a:hover { text-decoration: underline; color: #0033CC; }

body {
	background-color: #fff;
	font-size: 73%;
}
sup {
	font-size: 70%;	
	}
	
sub {
	font-size: 70%;	
	}
/* STA - 10/30/06 < Start */
.a_airport_codes{
	font-size: 9pt;

}
.body_airport_codes{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	text-align: left;
}

table.collageborder 
{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.collageborder td
{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

/* STA - 10/30/06 < End */