
table { 
	text-align:left;
	width: 547px;
	border-width:1px;
	border-style:solid;
	border-color: #528489 ;
}

thead th { 
	text-align:center;
	background-color:#1497F1; 
	color:#ffffff; 
	padding:2px;
	text-transform:uppercase; 
	border-top:1px solid #ffffff; 
	border-left:1px solid #ffffff; 
	border-bottom:1px solid #ffffff; 
	border-right:1px solid #ffffff; 
}

tbody td {
	border-width:1px;
	border-style:dotted;
	
} 

tbody td a {  
	color:#233573; 
	text-decoration:none; 
	font-weight:bold; 
}

tbody td a:hover { 
	background-color:#1497F1; 
	color:#ffffff; 
}