@CHARSET "UTF-8";

/******* GENERAL RESET

	--------- Notes -----------	
	* html {anything} addresses IE < 6 browser bugs
	*+html {anything} addresses IE 7 browser bugs

	------- typography ---------	
	font-sizes are set in em for resizable goodness.  Here's a basic guide for the stylesheet.
	font-size: .75em; 	= 9px
	font-size: 0.835em; = 10px
	font-size: .9175em; = 11px
	font-size: 1em; 	= 12px
	font-size: 1.085em; = 13px
	font-size: 1.165em; = 14px
	font-size: 1.25em;  = 15px
	font-size: 1.335em; = 16px
	font-size: 1.415em; = 17px
	font-size: 1.5em;	= 18px
	font-size: 1.585em; = 19px
	font-size: 1.665em; = 20px
	font-size: 1.75em; = 21px
	font-size: 1.835em; = 22px
	font-size: 1.915em; = 23px
	font-size: 2em; = 24px
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border:0pt none;
    /* font-family:inherit;
     font-size: 100%;
     font-style:inherit;
     font-weight:inherit;
     margin:0pt;
     padding:0pt;
     vertical-align:baseline;*/
}
html,input,textarea,select { 
    font-size: 100%
} /*keep ie happy*/

body{
    font: 75%/1.335 Verdana, Arial, Helvetica, sans-serif; /* 75% */
}
h1, h2, h3, h4, h5, h6	{ 
    font-family: Arial, Verdana, Helvetica, sans-serif; margin: 0 0 .25em 0;
}

h1	{ font-size: 2.25em; } 	/* 26px */
h1	{ font-size: 1.665em; } /* 20px */
h2	{ font-size: 1.665em; font-weight: normal; } /* 20px */
h3	{ font-size: 1.415em; } /* 17px */
h4	{ font-size: 1.25em; } 	/* 15px */
h5	{ font-size: 1em; } 	/* 12px; */
h6	{ font-size: .9175em; } /* 11px; */

a img{
    border: none;
}
p{
    line-height: 148%;
}
td{
    vertical-align: top;
}
