@charset "utf-8";
/* CSS Document */


  
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a:link, a:visited {
	color: #666;
}

a:hover, a:active {
color: #ffa500;
}

.guidehdrname {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}
.guidehdrname a{
	color: #ffa500;}

.guidehdrname a:hover{
	font-weight: bold;
	font-size: 12pt;
	color: #333;
}
.guidehdrendorse {
	font-weight: normal;
	font-size: 9pt;
	color: #333;
}
.guidehdrendorse a{
	font-weight: normal;
	font-size: 9pt;
	color: #333;
}
.guidehdrendorse a:hover{
	color: #ffa500;
}
.Hidden {
 	visibility : hidden; font-size: 1pt  	
}

.pdf-file {
	background-image: url(../images/pdficon_small.gif)
}
/*	ICON
$Revision: 1.19 $
@author btapley
*/
/* http://www.macedition.com/cb/ie5macbugs/substringbug.html \*//*/ @media hide { /**/
.icon {
padding-left: 20px;
background-repeat: no-repeat;
background-position: left center;
background-position-y: top;
}

a.icon,
span.icon,
li.icon { 
/*_zoom: 100%; */
}
a.icon:not([className~=icon]),
span.icon:not([className~=icon]) {
display: inline-block;
vertical-align: bottom;
}

.pdfdownloadlink {
	font-size: x-small;
}

.stamp-fileinfo,
.stamp-date {
	color: #888;
	font-size: xx-small;
}
#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFF00;
	font-weight: bold;
	background-position: center;
}
#header {
	background: #000000;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}.disclaimer {
	color: #666;
	text-align: center;
	font-size: xx-small;
}
.disclaimer a {
	color: #666;
	
}
