body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.gray_text {
	color: #4E4E4E;
	font-size: 11px;
	font-family: tahoma;
}
a:link {
	color: #4E4E4E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4E4E4E;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}