.roundcorner5 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior:url(/customfiles/rounded.htc);	
}


.roundcorner2 {
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior:url(/customfiles/rounded.htc);	
}

.razorBox {
	border: solid 1px #80B5D0;
	background-color:#EAF3FA;
	color:#333333;	
	padding: 8px;
	/*font-weight: bold;*/
}

.heroH1 {
	color: #993300;
	font-size:32px;
	font-family: Arial;
	line-height:38px; 
	margin-top:1px;
	white-space:nowrap;
}

.heroSubH1 {
	color:#135CAE;
	font-weight:bolder;
}

.titleDiv {
	border-bottom: 1px solid #135CAE;
	}
	
.titleDivTitle {
	color: #135CAE;
	font-size: 1.5em;
	font-weight: bold;
	}
	
.titleDivSubTitle {
	color: #135CAE;
	font-style: italic;
	}	

.topHorizontalLine {
	border-top: 1px solid #135CAE;
	}
