

/* BOTTOM BAR */
div#footer { 
		padding-top:20px;
		padding-bottom:40px;
		}
		
.footer { 
		border-top:1px solid #888888;
		font-family: Lucida Sans Unicode, Arial, sans-serif;
		font-size: 11px;
		color:#888888;
		}

.pageTitle {
		font-family:Arial Narrow, Arial, sans-serif;
		font-size:30px;
		padding-top:20px;
		padding-bottom:20px;
		font-weight:bold;
		color:#00376F;
}

/* HOME */
.homeRimgs {
		padding-top:10px;
		padding-bottom:10px;
}

/* LINK GENERAL STYLE */
a:link {
		text-decoration:none; color:#3475BC;
		}
	
a:hover	{
		text-decoration:underline; color:#26568A;
		}

