* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background: #000 url(../images/BODY_BG_RED.jpg) no-repeat top left;
	margin: 0px;
	padding: 0px;
}

html, body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.6em;
}

p { line-height: 2em; }

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: 28px; color: #ff0036; font-weight: normal; margin-bottom: 15px;}
h2 {font-family: Arial, Helvetica, sans-serif;; font-size: 22px; color: #ff0036; font-weight: normal; margin-bottom: 15px;}
h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;; font-size: 14px ; color: #ff0036; font-weight: normal; margin-bottom: 15px;}
a:link {color: #ff0036; text-decoration: none;}
a:visited {color: #ff0036; text-decoration: none;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #ff0036; text-decoration: none;}
.right {float: right;}
.left {float: left;}

#content ul, #content ol {
	margin: 0px;
}
