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

.InfoBlock {
	background-color: #FFFFFF;
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 320px;
	padding-left: 200px;
}
.BottomInfoBlock {
	background-color: #FFFFFF;
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
	vertical-align: middle;
	white-space: normal;
	padding-top: 10px;
	width: 450px;
}
.body,td,th {
	font-size: 9px;
	color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
}
.Titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 800;
	color: #FF0099;
	font-style: oblique;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
	color: #FF0099;
}
a:hover {
	text-decoration: none;
	color: #FF0099;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}

