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:0px;
	text-align:justify;
	padding:0 0 8px;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	font-size:100%;
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
}
ul {
	list-style-type:none;
}
ol {
	margin-left: 25px;
}
/* =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: 20px;
}
.UGC em {
	font-style: italic;
}
.UGC strong {
	font-weight: bold;
}
