<!--
body {
	color: #000000;
	background-image: url("../images/bkg_alerts.gif"); 
	background-repeat: repeat-y;
	background-color: #FCF2EE;
	}

/* HEADER NAVIGATION */
	
div.navroutes {
	background-image: url("../images/bkg_navroutes.gif"); 
	background-repeat: no-repeat; 
	}

div.navplan {
	background-image: url("../images/bkg_navplan.gif"); 
	background-repeat: no-repeat; 
	}

div.navalerts {
	background-image: url("../images/bkg_navalerts_p.gif"); 
	background-repeat: no-repeat; 
	}

div.navfares {
	background-image: url("../images/bkg_navfares.gif"); 
	background-repeat: no-repeat; 
	}

/* END HEADER NAVIGATION */

/* PAGE SUBNAV */

div.pagenav li a:active { 
	color: #DD7656; 	}

div.pagenav li a:hover {  
	color: #DD7656; 
	}

/* END PAGE SUBNAV */

/* SUBHEAD */

div.subhead {
	background-image: url("../images/bkg_shd_alerts.gif"); 
	background-repeat: no-repeat;
	}
	
div.subhdsection {
	left: 274px;
	}

/* END SUBHEAD */

/* CONTENT - STYLES */

div.content h1 { 
	color: #DD7656;
	background-color: transparent;
	}
div.content h1.alerts {
	background-image:url(../images/alert_bug.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 28px;
	margin-bottom: .6em;
	}

div.content h2 { 
	color: #DD7656;
	background-color: transparent;
	}

div.content h3 { 
	color: #DD7656;
	background-color: transparent;
	margin-right: 40px;
	}

div.content h4 { 
	color: #DD7656;
	background-color: transparent;
	margin: 0px 40px 0px 0px;
	}

div.content a { 
	color: #DD7656;
	background-color: transparent;
	}

div.content a:link {  
	color: #DD7656;
	background-color: transparent;
	}

div.content a:visited { 
	color: #DD7656;
	background-color: transparent;
	}

div.content a:active { 
	color: #CC4427; 
	background-color: transparent; 
	}

div.content a:hover {  
	color: #CC4427; 
	background-color: transparent; 
	}

div.content dl {
	width: 250px;
	clear: none;
	margin: 0px 0px .8em 1em;
	}

div.content dt {
	line-height: .8em;
	margin: 0px; 
	}

div.content dd {
	position: relative;
	left: 28px;
	width: 218px;
	top: -.8em;
	line-height: .8em;
	margin: 0px 0px 0px 0px; 
	}

div.alertsb {
	float: right;
	width: 265px;
	color: #FFFFFF;
	background-image: url(../images/bkg_sb2_alerts.gif);
	background-position: 125px 10px;
	background-repeat: no-repeat;
	background-color: #DD7656;
	margin: 0px 0px 15px 20px;
	padding: 0px;
	}

div.alertsb p{
	color: #FFFFFF;
	background-color: transparent;
	margin: 0px 10px 8px 10px;
	}
	
div.alertsb h3{
	color: #FFFFFF;
	background-color: transparent;
	margin: 8px 10px 2px 10px;
	}

div.hr {
	width: 555px;
	color: #DD7656;
	border-top: 2px solid #DD7656;
	}
/* END CONTENT - STYLES */

	-->