/* === Reset ======================== */

/* v1.0 | 20080212 */

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; // No Thanks Eric! */
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
/*	outline: 0; // No Thanks Eric! */
}

/* 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;
}


/* === Base ========================= */

body {
	font-family: "Arial", "Helvetica", "FreeSans", sans-serif;
	font-size: 10px;
	background: #fff;
	color: #555;
	line-height:15px;
}

.fs10 { font-size:10px; }
.fs11 { font-size:11px; }
.fs12 { font-size:12px; }
.fs13 { font-size:13px; }
.fs14 { font-size:14px; }
.fs15 { font-size:15px; }
.fs16 { font-size:16px; }
.f16 { font-size:16px; font-weight:bold }
.fs17 { font-size:17px; }
.fs18 { font-size:18px; }
.fs19 { font-size:19px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.fs24 { font-size:24px; }
.fs26 { font-size:26px; }
.fs28 { font-size:28px; }
.fs30 { font-size:30px; }
.b { font-weight:bold; }
.bo { font-weight:bolder; }
.i { font-style:italic; }
.u { text-decoration:underline; /*border-bottom:1px solid #3366FF;*/ }
.fLeft { float:left; width:auto; }
.fRight { float:right; width:auto; }
.fNone { float:none; width:auto; }
.cLeft { clear:left; }
.cRight { clear:right; }
.cBoth { clear:both; }
.tLeft { text-align:left; }
.tRight { text-align:right; }
.tCenter { text-align:center; }

.fWhite { color: #fff}
.fRed { color: #c00}
.fBlack { color: #000}
.fLgray { color: #999}
.fGray { color: #444}
.fOrange { color: #e80}
.fBlue { color: #08c}


#holder {
	width: 580px;
	margin: 0 auto;
	}

.barTable {
	float:left;
	display:block;
	width: 570px;
	padding: 3px 5px;
	border: 1px solid #ddd;
	background: #f2f2f2;
	}

.col1 {
	float:left;
	display:block;
	width: 300px;
	}

.col2 {
	float:left;
	display:block;
	width: 130px;
	padding: 0 0 0 5px;
	}

.formfields {
	border: 1px solid #ccc;
	padding:2px;
	background: #f2f2f2;
	color:#555;
	font-size:12px;
	width: 250px;
	margin: 1px 0  8px 0;
	}