body
{
	margin:		0px;
        background-color:#646263; 
}

#bgImage 
{
	width: 	100%;
	height: 	100%;
	left: 		0px;
	top: 		0px;
	position: 	absolute;
	z-index: 	0;
}

#contents 
{
	width: 		100%;
	height: 	100%;
	left: 		0px;
	top: 		0px;
	z-index: 	1;
	position: 	absolute;
}

#flash 
{
	width: 		100%;
	height: 	100%;
	left: 		0px;
	top: 		0px;
	z-index: 	2;
	position: 	static;
}

.bodytext {
	color: #000000;
	font-family: Arial,Helvetica;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

.boldbodytext {
	color: #000000;
	font-family: Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


.boldbodytextwhite {
	color: #ffffff;
	font-family: Arial,Helvetica;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.bigboldbodytext {
	color: #000000;
	font-family: Arial,Helvetica;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

.tinytext {
	color: #000000;
	font-family: Arial,Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.decotext {
	color: #ffffff;
	font-family: Arial,Helvetica;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.H3text {
	color: #000000;
	font-family: Times New Roman,Times;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}