body {
	text-align:center;
	background: #fff;
/*	background-image: url('/images/back_rings_76.jpg');	*/
/*	background-repeat: no-repeat;						*/
/*	background-position: right; 						*/
	font-family: verdana, arial, sans-serif;
	
}
	
#content {
	height: 40px;
	border-bottom: #166AB6 dashed 1px;
	margin: 20px 0px 20px 0px;
}
	

.title{
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-top: 20px;
}

.txtlinks {
	float: right;
	text-align: right;
	font-size: 10px;
	padding-top: 20px;
}

a:link {
	color:#166AB6;
	text-decoration:underline;
}

a:visited {
	color:#166AB6;
	text-decoration:underline;
}  

a:hover {
	color:#166AB6;
	text-decoration:none;
}