/* 
-----------------------------------------------
  AllenTek.com
  Text Styles - temporarily in a separate sheet
----------------------------------------------- */
	
body, #content, .body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #3A518F;
	font-weight: bold;
	line-height: 26px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	color: #6071A1;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 3px;
	margin-left: 0;
	}


#content h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #7D8DB6;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 3px;
	}
/* end link list controls */	
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6071A1;
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 120%;
}


#content p {
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	}
	
.inputs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0 8px 0; 
	line-height: 150%; 
	color: #333333; 
	}

#content li  {
	margin: 0px 0 8px 0;
	line-height: 120%;
	}
#content li li {
	margin: 8px 0 8px 0;
	}
#content ul, ol{
	margin-top: 5px;
}

	
#content a:link, .body a:link 		{
	color:#7D8DB6;
	text-decoration: none;
	font-weight: bold;
} /* was 3B5290 */
#content a:visited, .body a:visited	{
	color:#7D8DB6;
	text-decoration: none;
	font-weight: bold;
} /* was 5A4878 */
#content a:hover, .body a:hover 	{color:#D4741A;text-decoration: underline;font-weight: bold;}
#content a:active, .body a:active 	{
	color:#D4741A;
	text-decoration: underline;
	font-weight: bold;
}




a.sololink {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #f97604;
	text-transform: uppercase;
	}
a.sololink:link {
	text-decoration: none;
	color: #f97604;
	}
a.sololink:visited {
	text-decoration: none;
	color: #f97604;
	}
a.sololink:hover {
	text-decoration: underline;
	color: #f97604;
	}
a.sololink:active {
	text-decoration: underline;
	color: #f97604;
	}

/* 
odd items 
*/

#content strong {
	color: #6071A1;
	}	
#content .secondary {
	color: #777777;
	}	

.body_divider {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #e1e1e1;
}

/* body quotes */

#content blockquote.quote {
  	background: url('..<%= Url %>/images/quote.gif') no-repeat 0 2px;
	line-height: 150%;
	font-style: italic;
  	color: #333333;
    padding-left: 23px;
  	margin: 12px 40px 15px 18px;
	}
	
/* an alternative for attributed quotes */
dl.quote {
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;}
dl.quote dt {
  	background: url('..<%= Url %>/images/quote.gif') no-repeat 18px 2px;
	padding-left: 43px;
	padding-right: 50px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 150%;
	font-style: italic;
  	color: #333333;
	}
dl.quote dd {
	padding-left: 43px;
	padding-right: 50px;
	margin: 10px 0 20px 0;
	color: #666;
	font-weight: bold;
	}

dl.quote2 {
	border: 1px dotted #dddddd;
	border-left: 0;
	border-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;}
dl.quote2 dt {
  	background: url('..<%= Url %>/images/quote.gif') no-repeat 18px 2px;
	padding-left: 43px;
	padding-right: 50px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 150%;
	font-style: italic;
  	color: #333333;
	}
dl.quote2 dd {
	padding-left: 43px;
	padding-right: 50px;
	margin: 10px 0 20px 0;
	color: #666;
	font-weight: bold;
	}

	
	
/* dated item listing */
dl.datecols {
	margin-top: 15px; padding-top:0
	}
.datecols dt {
	float: left;
	color: #666;
	padding: 0;
	margin: 0; 
	padding-bottom: 15px;
	}
.datecols dd {
	padding-left: 125px;
	margin-left:0px;
	padding-bottom: 15px;
	}		

.micetype {
	font-size: 9px;
	color: #999999;
	line-height: 12px;
	}
	
	
/* link list controls */
.linklist {
	margin: 20px 0 0 12px;
    padding-top: 0px;
    padding-left: 0;
    padding-bottom: 10px;
    }
.linklist li {	
	margin-bottom: 5px;
    padding-left: 28px;
    padding-top: 0px;
    padding-bottom: 10px;
    background-image: url(images/icon_li_arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 1px;
    list-style: none;
    }	
.linklist li.pdf {background-image: url(..<%= Url %>/images/icon_li_pdf.gif);}	
.linklist li.doc {background-image: url(..<%= Url %>/images/icon_li_doc.gif);}	
.linklist li.local {background-image: url(..<%= Url %>/images/icon_li_localpage.gif);}	
.linklist li.external {background-image: url(..<%= Url %>/images/icon_li_extpage.gif);}	

#unorderedlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(../images/bullet_orangearrow.gif);
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}
#overviewlist li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-image: url(../images/bullet_bluearrow.gif);
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}
#overviewlist li a:link {
	color:#D4741A;
	text-decoration: none;
	font-weight: normal;
}
#overviewlist li a:visited {
	color:#D4741A;
	text-decoration: none;
	font-weight: normal;
}
#overviewlist li a:hover {
	color:#3A518F;
	text-decoration: underline;
	font-weight: normal;
}

