body {
	font: 12px arial,ms-sans,arial,helvetica;
	background:url(../images/bg-support.jpg) no-repeat top center #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:100%;
	margin-top:40px;
	margin-left:0px;
	margin-left:0px;
	margin-bottom:50px;
	border:0px solid;
}

#mainContent {
	margin:0px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:250px;
	border:0px solid;
}
/*---------- List Table --------------*/
	#ListTable{	
	width:100%;
	border:1px solid #dddddd;
	margin-bottom:10px;
	}
	#ListTable .HD{
	background:#dddddd;
	color:#000;
	font-size:12px;
	font-weight:bold;
	}	
	#ListTable .Odd{
	background:#eeeeee;
	color:#000;
	font-size:12px;
	font-weight:normal;
	}
	#ListTable .Odd a:link{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Odd a:visited{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Odd a:hover{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}	
	#ListTable .Even{
	background:#ffffff;
	color:#000;
	font-size:12px;
	font-weight:normal;
	}
	#ListTable .Even a:link{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Even a:visited{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Even a:hover{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}	
	#ListTable .Sub{
	padding-left:10px;
	background:#ffffff;
	color:#000;
	font-size:12px;
	font-weight:normal;
	}
	#ListTable .Sub a:link{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Sub a:visited{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}	
	#ListTable .Sub a:hover{
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}	