/* CSS Document */

.bodyMain {
	margin: 0;
	background-color: #000000;
	font: 11px arial, helvetica, sans-serif; 
	color: #cccccc;
		}
	
.imageHeader {
	background-color: #FFFFFF;
	}
	
h1 {
	font-size: 18px;
	}
	
h3 {
	margin: 5px 0 0;
	height: 20px;
	width: 425px;
	cursor: pointer;
	font-size: 11px;
	font-weight:bold;
}

h3 a:link, h3 a:visited {
	background: url(../images/header.jpg) no-repeat;
	color: #fff;
	text-shadow: 2px 2px 1px #8fc80d;
	padding: 4px 8px 0;
	-moz-outline-style: none;
	display: block;
	height: 16px;
	width: 450px;
	text-decoration: none;
}
	
.stretcher {
	background: none !important;
	background: #000;
}

a {
	color:#CCCCCC
	}