/*basic.css*/
body {font-family: Verdana, Arial, Helvetica, sans-serif;background-color:#FFFFFF;color:#000;}
/*paragraph formatting*/

p {text-align:left;font-size:0.8em;text-align:justify;color:#000;}
ol, ul, dl {text-align:left;font-size:0.8em;margin:0px;padding:0px;}
a, a:link {color:#000;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active {outline: none;}
a:focus {-moz-outline-style: none;}
h1 {margin:0px 0px 0px 0px;padding:0px;font-size:.9em;font-weight:bold;color:#000;}
h2 {margin:15px 0px 25px 0px;font-size:0.9em;color:#000;}
h3 {margin:15px 0px 0px 50px;font-size:0.9em;color:#000;}
h4 {margin:15px 0px 0px 50px;font-size:0.8em;color:#000;}




.red {color:red;}
.small {font-size:0.7em;}
.right {float:right;}
.center {text-align:center;}
.normal {color:#000;}
.bold {font-weight:bold;}
.larger {font-size:0.8em;}
.smaller {font-size:0.6em;}
address {font-weight:bold;font-decoration:none;}
.light {color:#000;}
span.underline {text-decoration:underline;}
.red {color:red;}

ul.nb {list-style-type:none;margin-bottom:5px;}