html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #4A4A4A;
	padding: 0px;
	margin: 0px;
	background-image: url(images/background_01.gif);
	background-repeat: repeat-x;
	font-size:12px;
}
.bottomMenu {
	color: #FFFFFF;
	background-color: #4A4A4A;
	background-image: url(images/background_14.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight:normal;
}
.bottomMenu a {
	text-decoration: none;
	color: #FFFFFF;
}
.contentCell {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left:15px;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}


.bottomMenu a:hover {
	color:#CCCCCC;
}

.mainTable {
	background-color: #FFFFFF;
	position: absolute;
	top: 183px;
	width: 100%;
	height: 390px;
}
.enter {
	font-size: 18px;
	font-weight: bold;
}
a {
	color:#000000;
	font-weight:bold;
}
a:hover {
	color:#999999;
}

