A:hover {
	color: Red;
	text-decoration: underline;
}

A {
	text-decoration: none;
	color: #008B8B;
	font-size: 10;
	font-family: Verdana;
	font-weight: bold;
}

.related {
	background-image: url(images/br.gif);
	background-color: #fcffff;
	background-repeat: no-repeat;
	background-position: right bottom;

}

.re_header {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
}

.re_title {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
}

.re_content form {
	margin: 0px;
}

.re_content ul {
	padding-left: 4px;
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 0px;
}

.re_content li {
	font-size : 0.75em;
	list-style-image: url(images/star.jpg);
	margin: 0px;
	padding-left: 4px;
	margin-left: 4px;
	margin-top : 4px;
}
.re_footer {
	border-left: 1px solid #A3B3C0;
	height: 10px;
	margin: 0px;
}

.re_title h4 {
	font-weight : bold;
	color : #003060;
	font-size: 12px;
	border-bottom : 1px solid #A8B2BB;
	margin: 0px;
	padding-bottom : 2px;
}

.re_content {
	border-left: 1px solid #A3B3C0;
	border-right: 1px solid #A3B3C0;
	height: auto;
	padding: 5px 10px 0px 10px;
	margin: 0px;
}