/***********************************************/
/*     search.css for search/FastFind pages    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/


a:link, a:visited{
	color: #0220A0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover{
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;
}

/************** header tag styles **************/

h1{
	font: 32px Impact, Verdana, Arial, sans-serif;
	color: #AA00B0;
	background-color: #FAB6FA;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 15px Verdana, Arial, sans-serif;
	color: #89048E;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 13px "Trebuchet MS", Arial, sans-serif;
	color: #334D55;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

h4{
	font: bold 13px Verdana, Arial, sans-serif;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
}

h5{
	font: 100% Arial, sans-serif;
	color: #334D55;
	margin: 0px;
	padding: 0px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px dashed #FFE187;
	font-size: x-small;
	color: #666666;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	/*Employ only last two lines here below if NOT using class="story"!*/
	position: relative;
	top: -1px;
}

#siteInfo#links{
	margin-left: 40px;
}

#siteInfo#links a{
	font-size: x-small;
}

#siteInfo#top{
	margin-left: 10px;
	vertical-align: middle;
}

#siteInfo#endorse{
	position: relative;
	top: -3px;
	left: 105px;
	font-size: x-small;
}

#siteInfo img{
	padding: 4px 4px 4px 4px;
	vertical-align: middle;
}

/********************* end **********************/

