/*****************print styles*******************/
	
body{
	font-family: "Times New Roman", Times, serif; 
	font-size: 12pt;
	background: white;
	color: black;
	page-break-inside: avoid;
}

/******* hyperlink and anchor tag styles *******/
a:link{
	background: white;
	color: black;
	text-decoration: none;
}

a:visited{
	background: white;
	color: black;
	text-decoration: none;
}
	
a:hover{
	background: white;
	color: black;
	text-decoration: underline;
}
	
/************** header tag styles **************/
	
h1{
 font: bold 12pt "Times New Roman", Times, serif;
 color: black;
}
	
h2{
 font: bold 12pt "Times New Roman", Times, serif;
 color: black;
}
	
h3{
 font: bold 12pt "Times New Roman", Times, serif;
 color: black;
}
	
h4{
 font: bold 12pt "Times New Roman", Times, serif;
 color: black;
}
	
h5{
 font: 12pt "Times New Roman", Times, serif;
 color: black;
}
	
	
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: relative;
	background-color: white;
	font-size: 12pt;	
}
	
#tr{
	page-break-inside: avoid;
	visibility: hidden;
} 
	
#tl{
	page-break-inside: avoid;
	visibility: hidden;
} 
	
#masthead{
	font-size: 12pt;
	/*position: absolute;
	top: 0pt;
	left: 2%;
	right: 2%;
	width:95.6%;*/
}
	
#pageNav{
	font: bold 8pt "Times New Roman", Times, serif;
	color: black;
	background-color:white;
}

#content{
	border-right: 1pt solid black;
}
	
	
/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	font-weight: normal;
}
	
/************** utility styles *****************/
	
#utility{
	font: 10pt "Times New Roman", Times, serif;
	color: black;
}
	
#utility a{
	color: black;
}

#utility a:hover{
	text-decoration: underline;
}
	
/************** pageName styles ****************/
	
#pageName{
	border-bottom:1pt solid black;
}
	
#pageName h2{
	font: bold 12pt "Times New Roman", Times, serif;
	color: black;
}
	
#pageName img{
	position: absolute;
}
	
/************* globalNav styles ****************/
	
#globalNav{
	position: relative;
	background-color: white;
}
	
#globalNav img{
	margin-bottom: 0pt;
}
	
#gnl {
	position: absolute;
}
	
#gnr {
	position: absolute;
}
	
#globalLink{
	position: absolute;
}
	
	
a.glink, a.glink:visited{
	font-size: 10pt;
	color: black;
	font-weight: bold;
	border-right: 1pt solid black;
}
	
a.glink:hover{
	/*display: none;*/
	text-decoration: none;
}
	
.skipLinks {display: none;}

/************ subglobalNav styles **************/
	
.subglobalNav{
	position: absolute;
	color: black;
	visibility: hidden;
}
	
.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 10pt;
	color: black;
	visibility: hidden;

}
	
.subglobalNav a:hover{
	color: black;
}
	
	
/************** feature styles *****************/
	
.feature{
	font: 12pt "Times New Roman", Times, serif;
	min-height: 200pt;
	height: 200pt;
	page-break-inside: avoid;
}

html>body .feature {
	height: auto;
	page-break-inside: avoid;
}
	
.feature h3{
	font: bold 12pt "Times New Roman", Times, serif;
	color: black;
	page-break-inside: avoid;
}
	
/**************** page break *********************/
.pagebreak {
	page-break-after: always;
}
	
/*************** story styles ******************/

.story {
	font-size: 10pt;
}
	
.story h3{
	font: bold 12pt "Times New Roman", Times, serif;
	color: black;
}
	
.story a.capsule{
	font: bold 10pt "Times New Roman", Times, serif;
	color: black;
	display:block;
}
	
.story a.capsule:hover{
	text-decoration: underline;
}
	
td.storyLeft{
	padding-right: 12pt;
	page-break-inside: avoid;
}
	
	
/************** siteInfo styles ****************/
	
#siteInfo{
	font-size: 10pt;
	color: black;
}
	
#siteInfo img{
	vertical-align: middle;
}
	
	
/************ sectionLinks styles **************/
#sectionLinks{
	display: block;
}
	
#sectionLinks h3{
	border-bottom: 1pt solid black;
}
	
#sectionLinks a:link, #sectionLinks a:visited {
	font: 10pt black "Times New Roman", Times, serif;
	display: block;
	border-top: 1pt solid black;
	border-bottom: 1pt solid black;
	background-color: white;
}
	
#sectionLinks a:hover{
	font: 10pt black "Times New Roman", Times, serif;
	border-top: 1pt solid black;
	background-color: white;
}
	
/************* relatedLinks styles **************/
	
.relatedLinks{ 
	display: none;
}
	
.relatedLinks h3{
	display: none;
}
	
.relatedLinks a{
	display: none;
}
	
	
/**************** advert styles *****************/

#advert{
	font: 10pt black "Times New Roman", Times, serif;
	page-break-inside: avoid;
}
	
#advert img{
	page-break-inside: avoid;
	display: block;
	max-height: 110pt;
	max-width: 70pt;
}
	
	
/********************* end **********************/
