body {
	padding: 0;
	margin: 0;
}
.background_layer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.content_layer {
	width:100%;
	position:relative;
	z-index: 1;
}
a:link, a:visited, a:active {
	color: #E50093;
	text-decoration: none;
}
a:hover {
	color: #009DF0;
	text-decoration: none;
}
a:link#menu, a:visited#menu, a:active#menu {
	color: #000;
	text-decoration: underline;
}
a:hover#menu {
	color: #009DF0;
	text-decoration: none;
}
td, th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.bottom_nav {
	position:absolute;
	margin-top:45px;
	margin-left:190px;
	display:block;
	color: #E50093;
	font-size: 10px;
}
.main {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}
.MedPink {
	color: #E50093;
	font-size: 12px;
	font-weight: bold;
}
.MedBlue {
	color: #0063A6;
	font-size: 12px;
	font-weight: bold;
}
.MedOrange {
	color: #FE9600;
	font-size: 12px;
	font-weight: bold;
}
.SmlMain {
	color: ##333333;
	font-size: 10px;
	text-align: left;
}
.SmlPink {
	color: #E50093;
	font-size: 10px;
}
.SmlRed {
	color: #ED1C24;
	font-size: 12px;
	font-weight: bold;
}
img {
	border:none;
	text-align: center;
}
