a img, a h1 {
border: 0;
}

/* Global text Styles */

#blockBody, #siteFooter {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	}

.contentRightCol p {
	text-align: left;
	}
	
h1 {
	font-size: 1.3em;
	text-transform: Uppercase;
	margin-bottom: 0.5em;
	}


h2 {
	font-size: 1.0em;
	text-transform: Uppercase;
	margin-bottom: 0.25em;
	}

div.detail h2 {
	margin-top: 2.5em;
	margin-bottom: 1em;
	}
	
p {
	margin-bottom: 1em;
	text-align: left !important;
	}

a {
	text-decoration: underline;
	}
	
a:visited {
	text-decoration: underline;
	}	

a:hover, .whiteInner a:hover, .redInner a:hover, .yellowInner a:hover {
	text-decoration: none;
	}
	
ul.clientlist {
	clear: both;
	position: relative;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 0px;
	}
	
ul.clientlist li {
	margin-bottom: 5px;
	}

ol, ul {
	margin-left: 25px;
	margin-bottom: 1em;
	}
	
ol li {
margin-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.error {
	color: #CC0000;
	text-transform: uppercase;
}

input.subscribe,select.subscribe {
	font-size: 10px;
	color: #545252;
	width: 140px;
}
input.subscribeSubmit {
	background-color: #CC0000;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	margin-top: 5px;
}	