@charset "utf-8";
@import url("structure.css");
/* --- EXTRA LARGE FONT SIZE --- */
body,td,p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color:#333333;
}
/* --- FONT BUTTONS --- */

ul#fontAdjust {top:22px; right:6px;}
	ul#fontAdjust li { float:left;cursor:pointer; margin-right:3px; width:13px;}
	ul#fontAdjust a { display:block; text-indent:-9999px; }
	ul#fontAdjust li.Normal {background:url(/images/btn_font_normal.gif) no-repeat; width:13px; height:13px;}
	ul#fontAdjust li.Normal:hover {background-image:url(/images/btn_font_normal_over.gif);}
	ul#fontAdjust li.Normal a {width:13px; height:13px;}
	ul#fontAdjust li.Large {background:url(/images/btn_font_large.gif) no-repeat ;  width:16px; height:16px;}
	ul#fontAdjust li.Large:hover {background-image:url(/images/btn_font_large_over.gif);}
	ul#fontAdjust li.Normal a {width:13px; height:16px;}
	ul#fontAdjust li.XLarge {background:url(/images/btn_font_xlarge_over.gif) no-repeat;  width:18px; height:18px;}
	ul#fontAdjust li.XLarge:hover {background-image:url(/images/btn_font_xlarge_over.gif);  width:18px; height:18px;}
	ul#fontAdjust li.Normal a {width:13px; height:18px;}
