.HeaderBig {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 120px;
	text-align: left;
	letter-spacing: -11px;
	line-height: 100px;
}
.HeaderBigItal {
	font-style: italic;
}
body {
	background:#ffffff url('images/logobkg.png') no-repeat bottom right;
	margin-left: 20px;
	margin-top: 10px;
}
a:link {
	text-decoration: none;
	color: #7F7F7F;
}
a:visited {
	text-decoration: none;
	color: #7F7F7F;
}
a:hover {
	text-decoration: none;
	background-color: #7F7F7F;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
.HeaderSmall {
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 80px;
	text-align: left;
	letter-spacing: -8px;
	line-height: 70px;
}
.BodyCopy {
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 20px;
	color: #333;
	text-align: left;
	line-height: 25px;
	letter-spacing: 0pt;
	font-weight: bold;
}
.BodyCopyItal {
	font-style: italic;
	font-family: Helvetica, Arial, "Sans Serif";
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

img.floatLeft {
	float: left;
	margin: 4px;
	align:bottom
	
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.copyright {
	
	font-family: Helvetica, Arial, "Sans Serif";
	font-weight: bold;
	font-size: 9px;
	color: #CCC;
	letter-spacing: -50%;
	}

