body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.yellow {
	color:#FFFF00;

	font-weight: bold;
	text-decoration: underline;
}
a:hover.yellow {
	text-decoration: none;
	color:#FFFF00;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
td.topmenu {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}
.border4-white {
	border: 1px solid #FFFFFF;
}
td.logo {
	padding-top: 5px; 
	height: 120px; 
	vertical-align: top;
}
.pad5 {
	padding: 5px;
}

#calendar {
	width: 100%;
	position: absolute;
	top: 90px;
	text-align: center;
	z-index: 4;
	min-width: 775px;
}
#toptext {
	width: 100%;
	position: absolute;
	top: 60px;
	text-align: center;
	min-width: 775px;
}
#date {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 2px;
	padding-left: 140px;
}
#phone {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 140px;
}

#content {
	width:775px;
	height: 100%;
	position:relative;
	text-align: left;
}
