body {
	margin: 0;
	padding: 0;
	width: 100%;
}
}
body,td,th {
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #333333;
}
#container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px; /* button=2 */
	overflow: hidden;
	position: relative;
}
#searchFlash {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#button {
	position: absolute;
	width: 0px;
	height: 0px;
/*	border: 1px solid #0f0; */
	top: 0px;
	left: 0px;
	z-index: 1;
	cursor: pointer;
}
#button a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=0); /*IE*/
	opacity: 0; /*FF*/
}
#homepage {
	position: absolute;
	width: 0px;
	height: 0px;
/*	border: 1px solid #00f; */
	top: 0px;
	left: 0px;
	z-index: 2;
	cursor: pointer;
}
#homepage a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	filter: alpha(opacity=0); /*IE*/
	opacity: 0; /*FF*/
}
#searchForm {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	width: 1px;
	height: 1px;
}

.HeaderText{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}


