#calendar {
	position:absolute;
	width:576px;
	height:490px;
	z-index:1;
	left: 136px;
	top: 278px;
	overflow: visible;
	visibility: visible;
}
body {
	background-color: #F8F8F8;
	background-image:  url(../images/background_header.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;
}
.announceText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #554FBE;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #554FBE;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.announceText:link {
	color: #FFFF99;
	text-decoration: none;
}
a.announceText:visited {
	color: #FFFF99;
	text-decoration: none;
}
a.announceText:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.announceText:active {
	color: #FFFF99;
	text-decoration: none;
}
iframe {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
