body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	/*background-color: #FF8400;
	background-color: #01C2ED;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FF8400;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FF8400;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FF8400;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color: #FF8400;
}

.whitetext {
	color: #FFFFFF;
}
a.whitetext:link {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
a.whitetext:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
a.whitetext:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FF8400;
}
a.whitetext:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}
.cell_over {
	background-color:#FF8400;
}
.cell_out {
	background-color:#EEEEEE;
}
.m_banner_hide{
	display:none;
}
.m_banner_show{
	display:block;
}
