a {
	color: #0066FF;
	text-decoration: none;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #0099FF;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
	text-decoration: underline overline;
}
p {
	font-family: Tahoma, Arial;
}
td {
	font-family: Tahoma, Arial;
}

.module_menu ul li {
list-style-type: none;
margin-left: 0;
font-weight: bold;
margin-top: 5px;
}

.module_menu table tr td {
padding-top: 10px;
}

.contentheading{
font-weight: bold;
text-decoration: underline;
}