@charset "utf-8";
/* CSS Document */

hr{
 height:1px;
 color:#e4e4e4;
}
.14pt_red_bold{
	color: #a84141;
	font-size:14px;
	font-weight:bold;
	}

.12pt_red_bold{
	color: #a84141;
	font-size:12px;
	font-weight:bold;
	}
	
.12pt_red{
	color: #a84141;
	font-size:12px;
	}	
	
.12pt_grey{
	color: #707070;
	font-size:12px;
	}	
	
.paragraph{
	color: #555555;
	font-size:13px;
	line-height:18px;
	}		
	
.paragraph_header{
	color: #a84141;
	font-size:16px;
	}	
	
a:link {
	color: #8C312E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8C312E;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #8C312E;
}