body {
	margin: 0;
	background-color: #FFF;
}
.homebody {
	margin: 0;
	background-image: url(images/bg_tile.jpg);
}
body p, tr, td, ol, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;	
}
.pgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #2B326F;
}
.boldyellow1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #F2D65E;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.hmfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	color: #FFFFFF;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2B326F;
}
.tblhd {
	padding-top: 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000;
	text-indent: .1em;
	background-image: url(images/bluefade.gif);
	height: 25;
}
.txtsml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;	
}

/* Navigation Classes */
.topnav {
	background-image: url(images/alaska_04.jpg);
	background-repeat: repeat-x;
	height: 89;
}
#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	border-width:0px;
	list-style: none;
	line-height:18px;
	width: 800;
}
#nav a {
	display: block;
	font-family:arial;
	font-size:9pt;
	color:#990000;
	text-decoration:none;
}
#nav a:hover {
	color:#990000;
	background-color:#FFF3D7;	
}
#nav li { /* all list items */
	float: left;
	width: 140px; /* width needed or else Opera goes nuts */
	margin:0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF;
	border:1px solid #000066;
	/*border-bottom:3px solid #000066;*/
	top:45px;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul a { /* second-level lists */
	color:#000000;
	padding:3px;
	border-bottom:1px solid #C9C9C9;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav .company {
	line-height: 0;
	width: 85px;
}
#nav .schedules {
	line-height: 0;
	width: 93px;
}
#nav .rates {
	line-height: 0;
	width: 59px;
}
#nav .maps {
	line-height: 0;
	width: 51px;
}
#nav .email {
	line-height: 0;
	width: 61px;
}
#nav .endcap {
	text-align: right;
	line-height: 0;
	width: 207px;
}
#nav .aboutace {
	line-height: 0;
	width: 73px;
}
#nav .schedules1 {
	line-height: 0;
	width: 85px;
}
#nav .rates1 {
	line-height: 0;
	width: 51px;
}
#nav .stationagents {
	line-height: 0;
	width: 115px;
}
#nav .news {
	line-height: 0;
	width: 48px;
}
#nav .ads {
	line-height: 0;
	width: 36px;
}
#nav .contact {
	line-height: 0;
	width: 68px;
}
.subinfo {
font-weight:normal;
}