/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
/* overrides decoration from previous rule for hovered links */

a:link{
	text-decoration: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

p#message1{
	line-height: 160%;
}

font#sheader1 {
	font-size: 25px;
	font-weight: bolder;
	color: Black;
}

font#sheader2 {
	font-size: 18px;
	color: Black;
}

font#sheader3 {
	font-size: 15px;
	color: Black;
}

font#stype1 {
	font-size: 15px;
	color: Black;
	text-decoration: underline;
}

font#stype2 {
	font-size: 18px;
	color: Blue;
	text-decoration: underline;
}

font#stype3 {
	font-size: 12px;
	color: Black;
}

p#stype1 {
	text-indent: 5px;
}

p#stype2 {
	text-indent: 10px;
}

p#stype3 {
	text-indent: 10px;
}

a#search{
	color: #006699;
	text-decoration: none;
}


/***********************************************/
/* Printer Friendly                                 */
/***********************************************/
#printresult{
	vertical-align: top;
/*	text-align: center; */
	width: 90%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px;
	border: 0px;
}

#headline{
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 120%;
}

#deck{
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}

#kicker{
	font-size: 16px;
	line-height: 120%;
}

#writer{
	font-size: 16px;
}

#writerstitle{
	font-size: 14px;
}

#specialnote{
	font-size: 18px;
	font-style: italic;
	line-height: 120%;
}

#mainbody{
	font-size: 16px;
	clear: both;
	margin-top: 10px;
}

#paragrah{
	line-height: 130%;
	margin-bottom: 10px;
}

#subhead{
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
}

#book{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	line-height: 120%;
}

#bio{
	font-size: 16px;
	font-style: italic;
	line-height: 120%;
}

#columnname{
	font-size: 16px;
	line-height: 120%;
}

#seriesname{
	font-size: 20px;
	line-height: 120%;
}

#searchfooter{
	margin-top: 20px;
	font-size: 12px;
	clear: both;
}

#date{
	font-size: 12px;
}

#copyright{
	font-size: 12px;
}

hr#article {
	display: block;
	border: inset 1px;
	margin: auto;
	height: 2px;
	background-color: Black;
}
