/* CSS Document */
/* In Olney . Com */
/* Typography */
/* Brenda Egeland, February 2007 */
h1 {
	color: #62A0c9;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 10px 0;
}
h2 {
	color: #D66F55;
	font-weight: normal;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 5px 0;
} 
h3 {
	color: #D69255;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 3px 0;
}
h4 {
	color: #555555;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 3px 0;
}

p {
	line-height:1.6;
	margin: 0 0 10px 0;
}
li {
	line-height: 1.2;
	margin: 0 0 5px 0;
}
a {
	line-height: 1;
}
a:hover {
	background-color: #eeeeee;
}

/* ---- FOOTER -- */
div#footer p {
	font-size: 10px;
	color: #555555;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
}
div#footer p a {
	padding: 0 0 0 10px;
	margin: 0;
	color: #003399;
	background-color: transparent;
}
div#footer p a:hover {
	color: #CC0000;
	background-color: transparent;	
}
div#footer p a.RLD {
	padding: 0;
	color: #990000;
	text-decoration: none;
	background-color: transparent;	
}
div#footer p a:hover.RLD {
	text-decoration: underline;
	color: #CC0000;
	background-color: transparent;	
}