	.opacityit img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
		-moz-opacity: 0.4;
	}
	
	.opacityit:hover img{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
	}
	
	body {
		background: url(graphics/bg1.jpg);
		margin-top: 4px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	a:link {
		color: #000000;
		text-decoration: underline;
	}

	a:active {
		color: #0000ff;
		text-decoration: underline;
	}

	a:visited {
		color: #008000;
		text-decoration: underline;
	}
	
	a:hover {
		color: #ff0000;
		text-decoration: none;
	}
	
	table.maintable {
		width: 800px;
		padding: 0px;
		spacing: 0px;
		border: none;
	}
	
	table.maintable td.top { 
		border: none;
		background-color: #990000; 
		padding: 3px;
		width: 800px;
		height: 3px;
	}

	table.maintable td.menu {
		width: 236px;
		height: 240px;
		text-align: center;
	}
	
	table.maintable td.logo {
		width: 327px;
		height: 240px;
		text-align: center;
	}
	
	table.maintable td.textblock {
		width: 236px;
		height: 240px;
	}
	
	table.maintable td.subblock {
		width: 800px;
		height: 346px;
		background: url(graphics/box.png);
		padding: 0px;
		spacing: 0px;
		border: none;
	}
	
	.mainblockfont {
		font-family: helvetica;
		font-size: 24px;
		text-decoration: bold;
		color: #FFFFFF;
		margin-left: 10px;
		margin-top: 5px;
	}
	
	.mainblockfontsmall {
		font-family: helvetica;
		font-size: 14px;
		text-decoration: bold;
		color: #FFFFFF;
		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
