@charset "utf-8";
/* CSS Document */

html
	{
		overflow:auto;
	}

body {
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	color:#232323;
}

.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size: 20px;
	color:#232323;
	text-decoration:none;
	
	}
	
	.menu a:link, .menu a:visited {
	font-size: 20px;
	color:#232323;
	text-decoration:none;
	
	
	}
	
.menu a:hover {

color:#232323;
	text-decoration:none;

}

.image {
	text-decoration: none;
	border:0;
}




.image {
	text-decoration: none;
	border:0;
}

.content
{
	padding:15px;
}

h4
{
	font-weight:500;
	font-size:16px;
}


.contactTable tr td
{
	white-space:nowrap;
	padding:5px;
}




.imagecluster img
{
	padding:10px;
}

.content, .menu
{
	text-align:left;
}

.mainTable
{
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}

@media print
{
	.menu
	{
		display:none;
	}
	
	.noprint
	{
		display:none;
	}
	
	.content, .content p, .content table
	{
		width:100%;
	}
	
	.print-width
	{
		width:100%;
	}
}
