/*--------------------------------------------
Reset Style Sheet (for FF3, Safari 3, Chrome 1)

version:     1.0
author:      Chris Newton, Cody Silva (credit to Eric Meyer (http://www.meyerweb.com)
website:     http://www.answerbag.com
--------------------------------------------*/

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, 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;
}

html { background-color:#fff; }

a { text-decoration:none; cursor:pointer; }
	a:visited { text-decoration:none; }
	a:hover { text-decoration:underline; }
	a:focus { outline-style:none; }
	a:active { outline:none; }

	a img { border:none; }
	
p { margin:10px 0px; }

h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; margin:0px; padding:0px; }

table { border-collapse:collapse; }

ul { list-style-type:none; }
ol { margin-left: 25px; }

.BulletList { list-style: disc; }
    .BulletList li { margin-left: 15px; }

.Img1 { border: 1px solid #bdc3c5; }
.Img2 { border: 1px solid #bdc3c5; padding: 4px; }
/* =Generic Tags 
--------------------------------------------*/

.CLR { clear:both; }

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

.UGC {}
    .UGC ul { list-style: disc; margin-left: 25px; }
    .UGC em { font-style: italic; }
    .UGC strong { font-weight: bold; }
    .UGC h4 { margin: 10px 0 0; font: bold 14px/1 'Arial'; }
