/* 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: Arial, "Trebuchet MS"; font-size: 12px; }
table { border-collapse: collapse; }
html { background-color: transparent; }
a { color: #0000FF; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a:focus { outline-style: none; }
a:active { 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%; }

/* Generic Tags */
.centered { margin: 0px auto 0px auto; }
.tac { text-align: center; }
.tar { text-align: right; }
.cb { clear: both; line-height: 0px; height: 0px; }
.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; }

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