#links a, #links a:link{
	color: #9F2B42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	border:none;
}

#links a:hover {
	background-color: #F2F3F7;
	color: #9F2B42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: normal;
		border:none;
}

#links a:visited {
	color: #9F2B42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
		border:none;
}

#survey {
padding: 4px 0px;
	background-color: #CED9D1;
	border-top: 1px solid #E08D97;
	border-right: 1px solid #759597;
	border-bottom: 1px solid #759597;
	border-left: 1px solid #E08D97;
}

.shadow{

	margin: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
}