@import url("globalnav.css");
@import url("globalfooter.css");

body { font-family : Arial, Verdana, sans-serif; color:#000;}
body, td, input { font-size: 12.8px; }

a:link, a:active { color : #336699; }
a:visited { color : #336699; }
a:hover { color : #004D99; }

#content-wrapper { width: 695px; }

/* The following hides Unicode HTML entities from browsers that can't deal with 
   the CSS comment. The final paired comments are necessary for the older 
   browsers to be able to read the rest of the stylesheet.
*/
.unicode { display:none; }
i {content: "\"/*" } 
span.unicode { display:inline; } 
div.unicode { display:block; }
/* */
