/* links styles */

.link_td {
	width: 300px;
}
#links td {
	border-top: 1px dotted #AAABA9;
	border-right: 1px dotted #AAABA9;
	margin: 0px;
}

#links table {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #AAABA9;
	border-left: 1px dotted #AAABA9;
}
#links a:link, #links a:visited {
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	color: #333399;
	font-size: 10px;
	font-weight: normal;
}
#links a:hover {
	color: #F6F7F4;
	background-color: #3B3369;
	text-decoration: underline;
}
.links_desc {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #6E6B67;
}

