/*  Base/Global Styles - The Bridge */

/* Import Stylesheets */
@import url("layout.css");
@import url("nav.css");
@import url("interch.css");

/* scaffolding like styles.... 
div, span, td {border: 1px dashed #FBFBC4;}*/
/* scaffolding like styles.... */
/* - - - - - PNG HTML fix */
.pngfix {
	behavior:url(/js/pngfix.htc);
}
/* - - - - - Clearfix For Columns */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

/* - - - - - Links */
a:link {text-decoration:none; color:#AF2D00;}
a:visited {text-decoration:none; color:#AF2D00;}
a:hover, a:active {text-decoration:underline; color:#666600;}