@charset "utf-8";
body,/* CSS Document */
html,/* CLEAR OUT STYES - FRESH'N IT UP */ div, blockquote, label, p, h2, h3, h4, h5, h6, pre, ul, ol, li, dl,
dt, dd, form, a, fieldset, th, td  
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #333333;
	line-height: 1.5em;
}

ul, ol
{
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}

a
{
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
