/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	}
h1 { 
	color:#E11E30;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    font-weight:bold;
    margin-bottom:8px;
    text-transform:uppercase;
}
h2 { 
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin-bottom:2px;
    margin-top:16px;
}
h3 { 
	color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    margin-bottom:0;
    margin-top:8px;
	}
h4 { 
	color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    margin-bottom:0;
    margin-top:8px;
}
h5 { 
	font-size:12px;
	font-weight:bold;
	color:#0072bc;
	margin-top:10px;
    margin-bottom:-5px!important;
}
p { 
    font-size:12px;
    line-height:16px;
    margin:5px 0px 15px 0px;
}
a { 
	font-size:12px;
	font-weight:inherit; 
	color:#E11E30; /*red*/
	text-decoration:underline;}
a:hover {
	color:#E11E30;
	text-decoration:underline;}
ul, ol, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;}
li {
	line-height:18px;
	margin-bottom:0px;
}
ul {
    float: left;
    padding-left: 20px;
    width: 95%;
    margin:-10px 0 10px 0;
}
