TD, BODY, INPUT, SELECT, TEXTAREA {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #505050;
	line-height: 15px;
}
.blue_highlight {
	color: #3399FF;
}
BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
html {
	height: 100%;
}
.dark_blue_highlight {
	color: #336699;
}
.red_highlight {
	color: #993300;
}
a {
	text-decoration: none;
	color: #336699;
}
a:hover {
	color: #336699;
}
.grey {
	color: #505050;
}
.lists {
	list-style-type: disc;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}