@charset "utf-8";
/* 
 * 
 * This Document Should ONLY contain display styles.. NOT formatting. h1 h2 p and custom text classes
 * 
 */
body{
   font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:22px; 
	color:#4e4e4e;
}
p{	line-height:22px;
	margin-bottom:15px; 
}
h1{font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #B5121C;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}
h3{ 
	color:#B5121C;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	letter-spacing:2px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	margin-top:30px;
}
h4{color:#4C4C4C;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
line-height:16px;
text-align:left;
padding-top:10px;
}
h5{color:#7A7A7A;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:16px;
text-align:left;
font-weight:normal;
}
a{color:#B5121C;
}
.redBold{
	color:#B5121C;
	font-size:12px;
	font-weight:bold;
}
.lightGrey{
	color:#aaa;
}
.lightGreySmall{
	color:#aaa;
	font-size:10px;
}
hr{text-align:center;
  	padding:0px;
	margin: 0px;
 	color:transparent;  filter : alpha(opacity=0);
 	margin:5px 0 00px 0; 
	display : list-item;
   list-style : url(/images/rule.gif) inside;
	height:10px;
	border:none;	
}
.imgRule{
margin-top:2px;
}
.unpaddedParagraph{
margin:0 0 10px 0;
padding:0 0 0 0 ;
line-height:15px;
}