@charset "utf-8";
/* CSS Reset Document */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10pt;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus, :active {
	outline: 0 none;
	-moz-outline: 0 none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea:focus, input:focus{
	border: 2px solid #316CA8;
	background-color:#FFE;
}

/* centrifier div stuff */
div#centrifier{
	position: absolute;
	width: 50%;
	left: 50%;
}

div#centrifier2{
	position: absolute;
	width: 200%;
	left: -100%;
}

.middleMargins{
	margin-left:auto;
	margin-right:auto;
}

.center{
	text-align:center;
}

.w100{
	width: 100%;
}

.w75{
	width: 75%;
}

.w50{
	width: 50%;
}

.warning{
	color:#F00;
	font-weight:bold;
}

.fl{ float:left; }
.fr{ float:right; }
.cb{ clear:both; }