html {
         overflow: -moz-scrollbars-vertical;
}


body       {
	text-align: center;
	background-color: #ffffff;
	font-family: 'times new roman', serif;
	
}   

#container {
 	position: relative;  
	top: 12px;  
	width: 940px;
	height: auto;
	overflow: hidden;
	margin: 0 auto; 
	padding: 0px;
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
    border: none; 
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 940px;
	padding: 0;
	border: none;
	background-color: #ffffff;
	color: #909090;
	font-family: verdana, sans-serif;
	font-size: 16px;
}

.cont-left {
	position: relative;
	margin: 0 auto;
	width: 607px; 
	padding: 0;
	line-height: 1.5em;
	text-align: center; 
	float: left;	
}

.maintext {
	width: 575px;/width: 607px;
	margin: 0 auto;
	padding: 12px;
	font-size: 13px;
	line-height: 1.4em;
}

.cont-right {
	position: relative;
	width: 333px;
	padding-top: 6px; 
	float: right;	
}

.ajb {
	font-family: 'trebuchet ms', sans-serif;
	text-align: right;
	padding-right: 60px; 
	font-size: 9px; 
	color: #c0c0c0;
}

a:link, a:visited	{
	font-family: 'trebuchet ms', sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #c0c0c0;	
}

a:hover {
	color: #7799cc;	
}

