/* Global text Styles */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#ccc;
	}
	
* a {
	text-decoration:underline;
	color:#ccc;
	border:none !important;
	}
	

* a img {
	border:none;
	}
	
h1 {
	font-size: 1.3em;
	font-weight:bold;
	color:#E50000;
	margin-bottom: 0.3em;
	}
	
h2 {
	font-size: 1.2em;
	font-weight:normal;
	color:#E50000;
	margin-bottom: 0.3em;
	}
	
.red {
	color: #E50000;
	}
	
.blockOutput p {
	margin-bottom: 1em;
	}
	
#PageTrail {
	color:#A71D20;
	}
	
.CurrentPage {
	font-weight:bold;
	}
	
#rightBar p {
	margin:0;
	}
	
div#midCol ul {
	list-style-type:disc;
	padding:0 0 10px 10px;
	}
	
#rightBar li .title {
	font-weight:bold;
	}

#rightBar li p .summary {
	font-weight:normal;
	}
	
#rightBar li p .readmore {
	font-size:0.9em;
	color:#A71D20;
	}