.asterix{
	color:#990000;
	font-weight:bold;
	font-size:14px;
	}

.header{
	color:#da8932;
	font-weight:bold;
	font-size:20px;
	}

.storyHeader{
	color:#5a5a5a;
	font-weight:bold;
	font-size:16px;
	}

.findHeader{
	color:#404040;
	font-weight:bold;
	font-size:11px;
	}

.leftHeader{
	color:#4895bd;
	font-weight:bold;
	font-size:14px;
	}
	
.officerHead{
	font-weight:bold;
	text-decoration:underline;
	}
	
.officerTitle{
	font-size:10px;
	color:#da8932;
	font-weight:bold;
	}
	
.note{
	font-size:11px;
	color:#006699;
	font-weight:bold;
	}
	
.note2{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	}

.footerText{
	font-size:10px;
	color:#dadada;
	}
	
/*****DEFINED TAG STYLES**********/ 
ul.nav {
	list-style:none;
	line-height:25px;
	margin:5px;
	padding:5px;
	}
	
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	line-height:25px;
	}
	
li.arrow {
	background-image: url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0.4em;
	padding-left: 2em;
	}
	
h2{
	color:#4895bd;
	}
	
h3{
	color:#71a5c6;
	}
	
h3{
	color:#71a5c6;
	}
	
hr{
	width:95%;
	border-color:#c1c1c1;
	color:c1c1c1;
	margin-top:0px;
	}
/*****DEFAULT TAG STYLES**********/

p.leading {
        margin-top: -15px;
        }

/*****LINKS**********/

a.site:link { 
	color: #ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	}
a.site:visited { 
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	}
a.site:hover { 
	color: #da8932;
	text-decoration:underline;
	font-size:12px;
	}
a.site:active { 
	color: #da8932;
	font-size:12px;
	}
	
a:link { 
	color: #da8932;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	}
a:visited { 
	color: #da8932;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	}
a:hover { 
	color: #333333;
	text-decoration:underline;
	font-size:11px;
	}
a:active { 
	color: #da8932;
	font-size:11px;