/* CSS Document */


body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background-image: url(images/bg3.gif);
}

#mainframe {
	margin-top: 0px;
	height: 100%;
	width: 950px;
	background-color: #333333;
}

#maincontainer {
	width: 950px;
	height: 630px;
}

p {
 font: 10px Arial, Helvetica, sans-serif;
 color: #ffffff;
 text-align: center;
}
p.bold {
	font: bold 11px Arial, Helvetica, sans-serif;
}

a:link {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: #ffffff;
	text-decoration: none;
}

a.flashlink:link {
	background-color: #333333;
	text-decoration: none;
}

a.flashlink:visited {
	background-color: #333333;
	text-decoration: none;
}

a.flashlink:hover {
	background-color: #333333;
	text-decoration: none;
}

a.flashlink:active {
	background-color: #333333;
	text-decoration: none;
}