@charset "utf-8";
/* CSS Document */

* {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:#006699;font-weight:bold}
a:hover{color:#FF9900}
a:visited{color:#006699;font-weight:normal}
   
/* 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;color:#006699}
h2{font-size:2em;padding-bottom:0.25em;margin-bottom:0.5em;font-weight:bold;letter-spacing:-1px;color:#006699}
h3{font-size:1.5em;margin-bottom:0.8em;color:#006699}
h4{font-size:1.3em;margin-bottom:0.8em;font-weight:bold;color:#006699}

.clear{overflow:auto;}

 /* * div{outline:1px dotted silver} */

