/* CSS Document */

/* RESET STYLES */
/* this reset stylesheet is based *heavily* on Eric's one here: */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
/* Some alterations have been made */
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 {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; line-height:1.3em;
}
/* remember to define focus styles! */
:focus {outline:1px dotted #000;}
ol, ul {list-style: none;}
a {cursor:pointer;}

strong {font-weight:bold;}
em {font-style:italic;}
qq
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; 	font-weight: normal;;}
sup {vertical-align:super; font-size:0.625em; padding-left:1px;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

body {color: black;	background: #FFFFFF; text-align:center; }


/*------------------*/
/*DEFAULT STYLES*/
/* Section: @Type */
/* General Font Sizes */
h1 {font:italic 24px 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;} /*24px*/
h2 {font:bold 24px/1.5em 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
h3 {font:normal 17px/1.2em 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
h4 {font:bold 14px/1.2em 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
h5 {font:normal 9px/1.2em 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
h6 {font:normal 9px/1.2em 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif;}
p, address, dt, li {font-size:11px;}
p {margin: 1em 0;}
li li {font-size:1em;}
a:hover {text-decoration:none;}

