@charset "utf-8";
/* CSS Document */

@import url("structure.css"); /* import the global style sheet - contains common postitioning styles */

body {color:#004a7b; line-height:22px; font-size:12px;}
p { margin-bottom:12px;}

		ul.siteTools li.smallFont {background:url(/images/font_small.jpg); width:22px; height:23px;}
		ul.siteTools li.smallFont a {width:22px; height:23px;}
		ul.siteTools li.mediumFont {background:url(/images/font_medium_focus.jpg); width:18px; height:23px;}
		ul.siteTools li.mediumFont a {width:18px; height:23px;}
		ul.siteTools li.largeFont {background:url(/images/font_large.jpg); width:26px; height:23px;}
		ul.siteTools li.largeFont a {width:26px; height:23px;}

