/* common styles */
.barBottom { 
		width:980px;
	 height:16px;
	 color: white;
	 font-size: 9px;
	 font-family: Arial, Helvetica, sans-serif;
	 text-align: right;
	 background-color: #18187C;
	 padding-right: 12px;
	 font-weight: bold;
	 padding-left: 10px;
	 
}
a:link {
	text-decoration: none;
	color: White;
}
a:hover {
	text-decoration: none;
	color: White;
}
a:visited  {
	text-decoration: none;
	color: White;
}