@charset "UTF-8";

/* RESET ELEMENTS */
html, body, div, span, object, iframe, blockquote, pre, a,
h1, h2, h3, h4, p, abbr, acronym, cite, code, del, dfn, img,
small, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

input { margin: 0; padding: 0; font-size: 100%; }

body {
	font-size: 100%;
}


/* FOCUS STYLES */
:focus { outline: 0; }

/* GENERAL STYLE */

.clear { clear: both; }
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.italic { font-style: italic }
.oblique { font-style: oblique }
.strong { font-weight: bold; }

.small { font-size: 0.7em; }

.normal-case { text-transform: none; }

.floatLeft { float: left; }
.floatRight { float: right; }

.center { text-align: center; }
