/* reset.css */
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,fieldset,form,label,legend{margin:0 auto;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica,Arial,"Lucida Grande";}
body{line-height:1;color:#fc0;background:#fff;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
 
/* typograpghy.css */
body{line-height:1.5; background:url(../grid.png); font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica,Arial,"Lucida Grande";}
body{font-size:75%;}
html > body{font-size:12px;}
h1,h2,h3,h4,h5,h6{font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica,Arial,"Lucida Grande";color:#fc0; }
h1{font-size:3em; display: none;}
h2{font-size:1.8em;}
h3{font-size:1.6em;}
h4{font-size:1.4em;font-weight:bold;}
h5{font-size:1.2em;font-weight:bold;}
h6{font-size:1em;}

p{font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica,Arial,"Lucida Grande";margin:0 0 1.5em 0; color: #003366;}
p.last{margin-bottom:0;}
strong{font-weight:bold;}
em{font-style:italic;}
u{text-decoration: none; border-bottom:1px dotted #fc0;}

ul,ol{margin:0 0 0 1.5em;}
dl{margin:1.5em 0;}
dl dt{font-weight:bold;}

a{color:#fc0;text-decoration:underline;outline:none;border:0;}
a:hover,a:link,a:focus,a:visited{color:#fc0; text-decoration: underline;border:0;}
a img{border:0;}

pre{margin-bottom:1.3em;;background:#333;border:0.1em solid #fc0;padding:1.5em;}
code{margin-top:0.1em; font:0.9em Monaco,monospace; color:#fc0;}
blockquote{margin:1.5em 0 1.5em 1.5em;;color:#fc0;font-style:italic; border:2px solid #333;}

hr{margin:0 0 1.4em 0;background:#333;color:#fc0;clear:both;float:none;width:90%;height:0.3em;display: block;}
* html hr{margin:0 0 1.2em 0;}
br{line-height:1.5em;}

form {border:0;}
label{font-weight:bold; color:#fc0;}
textarea{height:150px; width:250px; border:1px solid #fc0;}
select{margin:inherit;}
iframe{overflow: hidden; border:0;}

.fleft {float:left; margin:0 10px 10px 0;}
.fright {float:right; margin:0 0 10px 10px;}
.clr {height:1px; clear:both;}
.point {cursor:pointer;}
.page-break{page-break-before:always;}