body {
	margin: 0; background-color:#FFFFFF;
	font-family: Verdana;
	font-size: 8.0pt;
	}
	
#container {
 	width:760px;
 	margin-right:auto;
 	margin-left:auto;
	padding: 0;
	background-color:#FFFFFF;
	}
	
/*--------------------top--------------------*/

#top {
	margin: 0;
	padding: 0px 10px 0px 0px;
	height: 153px;
	background: url(../images/Back_Top.jpg) no-repeat;
	vertical-align: top;
	text-align: right; 
	color: #ffffff;
	}

#top a:link, #top a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#top a:hover {
	color: #ffffff;
	text-decoration: underline;
	}


/*--------------------HomeContainer--------------------*/
	
#HomeContainer {
	margin: 0;
	background-color:#FFFFFF;
	padding: 0;
	}

/*--------------------ChildContainer--------------------*/	

#ChildContainerTable {
	background-color: #ffffff; 
	vertical-align:top;
	}

#ChildContainerRelated {
	background-color: #56657c; 
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	}
	
/*--------------------ChildContent--------------------*/

#ChildContent {
	width: 485px;
	padding: 20px 25px 20px 35px;
	background-color: #ffffff;
	}	

#ChildContent p {
	text-align: justify;
	line-height: 11pt; 
	color:#757072;
	}
	
#ChildContent a:link, #ChildContent a:visited {
	color: #757072;
	text-decoration: none;
	}	
	
#ChildContent a:hover {
	color: #757072;
	text-decoration:underline;
	}
	
#ChildContent ul li {
	margin: 5px 0 0 -14px;
	list-style-image:url(../images/Bullet_Content.gif);
	line-height: 12pt;
	color: #757072;
	}
	
#ChildContent ol li {
	line-height: 12pt;
	margin-top: 3px;
	color: #757072;
	}
	

	
/*--------------------RatesTable--------------------*/

#RatesTable {
	margin-bottom: 20px;
	border-bottom: 4px solid #d0d8d8; 
	color:#535d6c;
	}
	
#RatesTable td {
	border-bottom: 1px solid #a9adb4;
	}
	
