/* Risked Revenue main style sheet  */


/* Link styles  */

a {
	line-height: 15px;
	color: #41612E;
	text-decoration: none;
	}

a:visited, a:active {
	color: #41612E;
	text-decoration: none;
	}

a:hover {
	color:#324922;
	text-decoration: underline;
}


/* List styles  */

li {
	margin: 0;
	line-height: 20px;
}



/* Content styles  */
.pageTitle {
	margin: 0 0 15px 15px;
	font-family: verdana, sans; 
	font-weight: bold;
	color: #3A532A;
	font-size: 18px;
	letter-spacing: .5px;
}


.subhead {
	padding: 0 0 3px 0;
	font-family: verdana, sans; 
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	line-height: 20px;
}

.casestudy_head {
	padding: 0 0 3px 0;
	font-family: verdana, sans;
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}



hr {
	border: none 0; 
	border-top: 2px solid #FEBA2F;
	height: 2px;
	margin: 5px 0 5px 0;
	text-align: left;
	}



