@charset "UTF-8";
/* CSS Document */

/*
PURPOSE		Styles seen by browsers which don't support the @import call. Particularly, NN4.
CONDITIONS	Call via <link href /> (so old browsers see it) before any other styles.
MODIFIED	02-February-2007	Attebury	Added 100.01% font-size *hack
			05-May-2005			Attebury	Used correct commenting code.
CREATED 	21-October-2004 */
HTML{font-size:100.01%;}
BODY{
background-color:#fff;
background-image:url(./images/background_top.jpg);
background-position:top;
background-repeat:repeat-x;
font-family:Verdana, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.4;
margin:0px;
}
/* BE KIND TO NAV 4 */
P, TD, UL, OL, UL, LI, DL, DT, DD {font-family: Verdana, Arial, Helvetica, sans-serif;}
IMG{border:0;}
.skiplinks{display: none;}
