* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cf0306;
	line-height: 1.6em;
}

p { line-height: 1.6em; }

hr {
	height: 2px;
	margin-top: 10px;
	border: none;
	border-top: 2px solid #55ce75;
}
img {
	margin: 0px;
}

a {outline: none;}
a img {outline: none; border:0;}

h1 {font-family: Arial, Helvetica, sans-serif;; font-size: 20px; color: #000; font-weight: normal; margin-bottom: 15px; line-height: 1.4em;}
h2 {font-family: Arial, Helvetica, sans-serif;; font-size: 16px; color: #000; font-weight: normal; margin-bottom: 15px; line-height: 1.4em;}
h3, h5, h6 {font-family: Arial, Helvetica, sans-serif;; font-size: 14px ; color: #000; font-weight: normal; margin-bottom: 3px; line-height: 1.4em;}
h4 {font-family: Arial, Helvetica, sans-serif;; font-size: 12px ; color: #000; font-weight: normal; margin-bottom: 0px; margin-top: -2px; line-height: 1.4em; }
a:link {color: #000; font-weight: bold; text-decoration: none;}
a:visited {color: #000; text-decoration: none;}
a:hover {color: #cf0306; text-decoration: underline;}
a:active {color: #000; text-decoration: none;}
.right {float: right;}
.left {float: left;}

.underline {
	border-bottom: 1px solid #722d2d;
	padding: 0px 0px 8px 0px;
}

.white { color: #fff; }

#content ul, #content ol {
	margin: 0px;
}

ul#contentUl { 
	position: relative;
	width: 400px;
	margin: 0px;
	padding: 0px;
	line-height: 0.6em;
	list-style-type: none;
}

ul#contentUl li {
	margin: 0px 15px 10px 0px;
	padding: 0px 0px 0px 8px;
	background: url(../images/BULLET.gif) no-repeat 0 50%;
	color: #6d6e71;
	font-weight: bold;
}

#clear { clear:both; padding-top: 5px; }