body
{
	margin: 0px;
	padding: 0px;
}
td, div, span, a, input
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	color:#333333;
}
div
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input
{
	border: solid 1px #666666;
}
.nav
{
	text-decoration:none;
	color:#666666;
	font-size: 10px;
	font-weight: bold;
}
a.nav:hover
{
	text-decoration: underline;
	color: #999999;
}
.greyBox
{
	border: solid 1px #999999;
	background-color: #eeeeee;
	padding: 8px;
}
.client
{
	width: 154px;
	float: left;
	text-align:center;
}
.client P
{
	text-align: right;
	margin: 0px;
	vertical-align:bottom;
	color: #cccccc;
	padding-right: 10px;
}
.transON {width: 100%; }
.transOFF {width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;}
.button
{
	border: solid 1px #666666;
	background-color: #cccccc;
	font-size: 11px;
	height: 18px;
}
#footer
{
	float: none;
	font-size: 10px;
	color: #666666;
	margin-top: 15px;
	border-top: solid 1px #999966;
	text-align: center;
	padding-top: 5px;
	width: 780px;
	padding-bottom: 15px;
}
#footer A
{
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#content
{
	float: left;
	/*border-right: solid 1px #999966;*/
	padding: 0px 20px 20px 40px;
	width: 515px;
	margin-top: 15px;
}
#sideinfo
{
	float: left;
	margin-left: 20px;
	margin-top: 15px;
}
#header
{
	margin: 30px 0px 0px 40px;
	display: block;
}
.redLink
{
	color: #990000
}
.redLinksm
{
	color: #990000;
	font-size: 10px;
}
#sidenews P
{
	color: #666666;
	margin: 8px 0px 12px 0px;
}