/* 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, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: small; }
table { border-collapse: collapse; }
html { color: #666; overflow: -moz-scrollbars-vertical; }
a, .link { color: #036; text-decoration: none; cursor: pointer; }
a:hover, .link { text-decoration: underline; }
a:focus, .link { outline-style: none; }
a:active, .link { outline: none; }
ul { list-style-type: none; }
a img { border: none; }
th { font-weight: normal; text-align: left; }
p { margin: 0px 0px 5px 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 */
.centered { margin: 0px auto 0px auto; }
.tac { text-align: center; }
.tar { text-align: right; }
.cb { clear: both; }
.fl { float: left; }
.fr { float: right; }
.b { font-weight: bold; }
.display_none { display: none; }
ul.bullets li { background-repeat: no-repeat; background-position: 0px 6px; padding: 0px 0px 0px 7px; }
.overflow_auto { overflow: auto; }

.mt5 { margin-top: 5px; }
.mb5 { margin-bottom: 5px; }
.mr5 { margin-right: 5px; }
.mb10 { margin-bottom: 10px; }

