html, body
{
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

.logo
{
	float: left;
	left: -3px;	
}

.info
{
	float: left;
	position: relative;
	left: 2px;
	top: 8px;
	width: 240px;
	padding: 0px;
	padding-bottom: 6px;
}

.info p
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 9px;
}

.info .icons
{
	position: absolute;
	right: 0px;
	bottom: 14px;
}

.info .icons img
{
	border: none;
	margin-left: 8px;
}

.platform
{
	color: #5e699c;
	font-size: 10px;
	width: 180px;
}

.platform a:link,
.platform a:visited
{
	color: #5e699c;
	font-weight: bold;
	text-decoration: none;
}

.platform a:hover,
.platform a:active
{
	color: #5e699c;
	font-weight: bold;
	text-decoration: underline;
}

.title
{
	color: #000000;
	font-weight: bold;
}

.separator
{
	clear: both;
	width: 367px;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: solid 1px #d9d9d9;
}