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

/*
author: FliteHaus Creative Agency
date modified: 02.16.10
type: core css


/* ----- Reset all CSS ----- */
.redNote {
	padding:5px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}

/* ----- Reset all CSS ----- */
	
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead { margin : 0; padding : 0; border : 0; outline : 0; font-weight : inherit; font-style : inherit; font-size : 100%; font-family : inherit; vertical-align: baseline; background: transparent; }

/* ----- miscellaneous styles ----- */
.center {
	text-align:center;
}

/* ----- floats ----- */

.fltRight {
	float: right;
	margin: 0 0 0 15px;
}

.fltLeft {
	float: left;
	margin: 0 15px 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
/* ----- <br class="clearfloat" /> ----- */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}