/* root level text style */

a:link {color: #003300;}
a:visited {color: #006600;}
a:active {color: #000000;}

a:hover {color: #ff0000; text-decoration: none;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
td{font-size:11px;
	color:#000000;
	}
	
li {padding-bottom:5px;
	}
	
/* green title */
h2{font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#96c141;
   text-indent:30px;
   }

/* blue sub title */
h3{font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#0e74bb;
   }
   
/* indented p */
p.in{font-size:11px;
	color:#000000;
	text-indent:30px;
	}

/*light blue text */
font.blue{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0e74bb;
	}
	
/* red star*/
font.red{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	}
/* table on bottom of green page */
table.small{background-color:#FFFFFF;
            border:solid;
            border-width:2px;
			border-color:#FFFFFF;
			}
            
/* myths */
font.myth{font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#bc1f1f;
   font-size:12px;
}
font.truth{font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#0e74bb;
   font-size:14px;
}
            
/* light blue title */
font.bt{font-family: Verdana, Arial, Helvetica, sans-serif;
   color:#0e74bb;
   font-size:14px;
}

font.sub{font-size:9px;
	color:#000000;
	font-style:italic;
	}
	
.boldForm {
    font-size: 11px;
    font-weight: bold;
    }
    
.boldReqForm {
    font-size: 11px;
    font-weight: bold;
	color:#195195;
    }

.boldGreen {
    font-size: 11px;
    font-weight: bold;
	color: #446e29;
	margin:0px;
	}	
