

/* Presentation Stylesheet */ 
h4 {
 margin:0; 
 padding: 5px 0;
 }

/*
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
*/ 
p.footer {
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color: #999999;
}


/* bottom banner */
#bottom_banner p.footer a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:top;
	/*display: block;*/
	/*text-indent: -900%;*/
	/*position: absolute;*/
	/*outline: none;*/
}
#bottom_banner p.footer a:link {
	background-position: left bottom;
	color : #969696;
	/*background-color : #ffa105*/
}
#bottom_banner p.footer a:hover {
	background-position: left bottom;
	color : #969696;
	/*background-color : #ffa105*/
}
#bottom_banner p.footer a:visited {
	background-position: left bottom;
	color : #969696;
	/*background-color : #ffa105*/
}
#bottom_banner p.footer a:hover span {
	/*display: block;*/
}

/*copyright*/
#bottom_banner p.copyright {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color : #969696;
	vertical-align:top;
}
