body, html {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	background-color: #CC3300;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;

}

a:hover {
	color: #000000;
	text-decoration: none;
	text-align: left;

}

strong {font-weight: bold;}

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-image: none;
}

#content {
	width: 800px;
	margin: 0;
}

#head {
	width: 800px;
	margin: 0;
	background-image: url(images/head.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 210px;
}

#home {
	height: 40px;
}

#home h1 {display: none;}

.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	cursor: default;
	text-align: center;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: bottom;
}
.invisibletext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #CC3300;
	cursor: default;
	text-align: center;
	
}
