.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}

.body A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;
}
.body A:visited {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;}
.body A:active {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;}
.body A:hover {font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 16px;
	text-transform: none;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: underline;
}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: .1em;
}


.toplayer {
	z-index: 2;
	overflow: auto;
	position: relative;
	visibility: visible;
	left: auto;
	top: auto;
}
.locationclientbuilder {
	font-family: helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	color: #B5BCA4;
	letter-spacing: .2em;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #CCCCCC;
}
.tableborder {
	border: thin #E8E8E8;
}
.image A:link {
	border: thin none #FFFFFF;
	color: #FFFFFF;
}
.image A:hover {
	border: thin none #CCCCCC;
	color: #CCCCCC;
}
.mediaauthor {
	font-family: helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-transform: none;
	color: #B5BCA4;
	letter-spacing: normal;
}

.transparentimage {
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity:0.2;
	opacity: 0.2;
	}
.invisibleimage {
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	opacity: 0.0;
}
