
/***********************************************
reset some basic style
************************************************/
IMG A:Hover { text-decoration : none; }
IMG A:focus { outline : none; }
INPUT:Hover { text-decoration : none; }
INPUT:focus { outline : none; }
textarea:Hover { text-decoration : none; }
textarea:focus { outline : none; }
select:Hover { text-decoration : none; }
select:focus { outline : none; }

a:hover { 
   text-decoration : underline; 
   color: #ff0000;
}
a:focus { 
   outline : none; 
}
a:link, a:visited{
  font-weight:bold;
  color:#000;
  text-decoration:underline;

} 

/***********************************************
Basics
************************************************/
body {
   margin : 0;
   color : #000;
	font-family : Helvetica, Arial, Geneva, Futura, non-serif;			
	font-size : 11pt;
	font-weight: bold;
	line-height : 180%;
	text-align : justify;
	background : #FFF;
	display: block;
}
.small{
   font-size:10pt;
   font-weight:bold;
}
.toIndex{
   margin-left:120px;
}
.headline{
}
.subheadline{
}

.number{
   float:left;
   border:0px solid red;
   font-weight:bold;
   color:#fff;
   font-size:1.5em;
   padding-top:40px;
   padding-left:40px;
   z-index:-40;
}
.headerImg{
   border:0px solid black;
   z-index:-40;
}
.content{
   margin-top:  0px;
   margin-left: 120px;    
   width:730px;
   border:0px solid black;

}
.contentText{
  // position:absolute;
   margin-top:  0px;
   margin-left: 120px;    
   border:0px solid black;
   width:600px;
	text-align : justify;
}

#outWrap {
	position : relative;
	display : block;
	margin : 0 auto 0 auto;
	padding : 0;
	width : 850px;
	text-align : left;
	visibility : visible;
	z-index : auto;
}
#editorial{
	display : block;
   margin-top:20px;
   margin-bottom:20px;
   border:0px solid black;
   width:850px;
}
#editorialWrap{
   margin-top:20px;
   border:0px solid red;
}
#index{
	display : block;   
   margin-top:20px;
   margin-bottom:20px;
   top: 400px;
   border:0px solid black;
}
.entry{
	display : block;   
   margin-top:20px;
   margin-bottom:20px;
   border:0px solid black;
}
.subhead{
   margin-left: 120px;    
   margin-top:.5em;
   margin-bottom:.5em;
   
}
td.subheadtd{
   font-size: 10pt;
   padding-right:20px;
}
td img{
   padding-right:5px;
}
h3, .green{
   color: #91BF3B;
}

/* floats
*****************************************************/
.floatLeft {
   float : left;
}
.floatRight {
   float : right !important;
}
 