@charset "UTF-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, form, blockquotes {
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

h1 {
	font-size: 1.5em;
}

a { 
	text-decoration: none;
}

a img {
	border: none;
	text-align: center;
}

.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.floatClear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

