@charset "utf-8";
body,/* CSS Document */

/* CLEAR OUT STYES - FRESH'N IT UP */ html, div, blockquote, label, p, h1, 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: #666666;
	line-height: 1.5em;
}

body
{
line-height: 1;
font-size: 90% /* Generic Font Size */;
}

ul, ol
{
list-style: none;
}

a
{
color: black;
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;
}
