@charset "utf-8";

body {
	background:#e7e7e7 ;
	font-family:Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	text-align: center;
	}

#main {
	width:643px;	
	margin: 0 auto;
	margin-bottom: 0;
	margin-top: 15px;
	padding: 0 0 20px 0;
	background: url(../images/bg_main.png) repeat-y; 
	text-align: left;
	}

#header {
	background:url(../images/bg_headerCustSupport.gif) no-repeat;
	height: 80px;
	width: 643px;		
	}

a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration:none;
	}

.title {
	width: 600px;
	padding: 2px 0 2px 5px;
	margin: 0 0 15px 20px;
	height: auto;
	background:#F60A46;
	}

.title h1 {
	background:#F60A46;
	border:0 none;
	color:#FFFFFF;
	text-transform: uppercase;
	text-align: left;
	font-size:13px;
	font-weight:normal;
	}

#helpcontent { 
	width: 530px;
	margin-left: 20px;
	text-align: left;
	}

p {
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0;
	width: 600px;
	font-weight: normal;
	font-size: 12px;
	background: none;
}	
			
ol {
	font-size: 12px;
}

* html ol {
	margin-left: 50px;
}
				
#ftr { margin: -10px 0 15px 0; }