/* HTML Tags */
/* Do NOT replace this with the star(*) selector as it 
 * will break elements like the <select> tag
 */
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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, td
 caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {width:500px;}

body { font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: small; }
* html body { font-size: x-small; font-size: small; }

html { background-color:#FFF; color:#666; }
a { color: #369; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a:focus { outline-style: none; }
a:active { outline: none; }
a img { border: none; }
th { font-weight: normal; text-align: left; }
p { margin: 10px 0px; }
h1, h2, h3, h4, h5 { margin: 0px; padding: 0px; font-weight: normal; font-size: 100%; }

/* Float Container */
.FLC { clear:both; }
.FLC:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* IE6 work-around \*/
* html .FLC { height: 1%; }
/* IE7 work-around */
html > body .FLC { height: auto; max-height:12000000px; }

/* Generic Tags */
.CB { clear: both; }
.FL {float: left;}
.FR {float: right;}

