@CHARSET "UTF-8";

/*
 * Reset Styles
 */


:focus 
{ 
	outline: 0;
}
 
html, body, div, span, h1, h2, h3, h4, h5, h6, p, ul, li, form
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body 
{
	background: white;
    color: #fff;
    font: normal 13px/20px Arial;
	line-height: 1;
}

ol, ul 
{ 
	list-style: none; 
}

a 
{ 
	text-decoration: none;
}

input, button, img
{
	border: none;
}

textarea
{
	resize: none;
}

.clearfix
{
	clear: both;
	line-height: 0px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}


/* --- [END Reset Styles] --- */