/* Global text Styles */

body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #716A6A;
	}
	
* a {
	text-decoration:none;
	color:#BB1417;
	}
	
a:hover {
	text-decoration: underline;
	}

p {
	margin-bottom:1em;
	}
	
a img {
	border: none;
	}
	
.bold {
	font-weight:bold;
	}
	
h2 {
	color: #716A6A !important;
	font-weight: bold !important;
	font-size: 11px !important;
	margin-top: 10px;
	margin-bottom: 2px;
	text-transform: uppercase !important;
	}
	
h3 {
	color: #a3a14a !important;
	font-weight: bold !important;
	font-size: 11px !important;
	margin-top: 10px;
	margin-bottom: 2px;
	}	
	
td.left ul li {
	list-style: disc;
	margin-bottom: 2px;
	margin-left: 15px;
	}
	
td.left ol li {
	margin-bottom: 0.8em;
	margin-left: 20px;
	margin-top: 10px;
	}
	
table.Block ul li {
	list-style-position: inside !important;
	margin-left: 0;
	list-style: disc;
	margin-bottom: 0.5em;;
	}
	
ul.plain {
	margin-bottom: 1.5em !important;
	}
	
ul.plain li {
	list-style-type: none !important;
	margin-left: 0 !important;
	margin-bottom: 0.5em !important;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}

a.more {
	color:#B61F1F !important;
	font-size: 9px !important;
	text-transform: uppercase !important;
	font-weight: bold;
	}
	
a.more:hover {
	text-decoration: underline;
	}
	
hr {
	height: 1px !important;
	border-collapse:collapse;
	border: none !important;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 100%;
	clear: both;
	background-color: #EAEAEA !important;
	color: #EAEAEA !important;
	}
	
* html hr {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
	}
	
.ital {
	font-style: italic;
	}
	
#footerLinks a {
	font-size: 10px;
	font-weight: bold;
	}