@charset "utf-8";
/* CSS Document */
p.skiplink{display:none}
* {margin: 0;padding: 0}
img {border-style: none; }   
body{
	margin: 0px;
	padding: 0px;
	font: 76% Georgia,Arial, Helvetica, sans-serif;
}
 
p{font-size: 1.1em;line-height: 1.3em;margin-bottom: 1em;}
a:link{color:#006600;font-weight:bold}
a:hover{color:#FF9900}
a:visited{color:#006600}
a:focus,input:focus,textarea:focus{background:silver }

a.skiplink{display:none}
   
/* Miscellaneous conveniences: */ 
form label {cursor: pointer; } 
fieldset {border: none; }  
/* Form field text-scaling */ 
input, select, textarea {font-size: 100%}
ul,ol {padding-left: 3em;margin-bottom:1.5em;font-size: 1.1em;line-height: 1.5;}
ul li{margin-bottom:1em}
h1{font-size:2.2em;}
h2{font-size:1.8em;padding-bottom:0.25em;margin-bottom:0.5em;font-weight:bold;letter-spacing:-1px;color:#006600}
h3{font-size:1.5em;margin-bottom:0.8em;color:#006600}
h4{font-size:1.3em;margin-bottom:0.8em;font-weight:bold}
.clear{overflow:auto;}
 /* * div{outline:1px dotted silver} */
