@charset "UTF-8";

body {
	background-color: #FFDDEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper {
	display: block;
	height: auto;
	width: 400px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	text-align: left;
}
#wrapper table {
	margin: 0px;
	padding: 0px;
	display: table;
}

#wrapper th {
	font-size: 8pt;
	color: #FF0000;
	width: 60px;
	border-bottom: 2px solid #FFFFFF;
	vertical-align: top;
	padding-top: 3px;
	padding-left: 1px;
}
#wrapper td {
	vertical-align: top;
	border-bottom: 2px solid #FFFFFF;
	font-size: 8pt;
	padding-top: 3px;
	padding-bottom: 3px;
}
.brand       {
	vertical-align: top;
	font-size: 8pt;
	text-decoration: none;
	width: 60px;
	color: #333333;
}
.news,a    {
	font-size: 8pt;
	vertical-align: top;
	width: 270px;
	text-decoration: none;
	color: #333333;
}
.news a:hover {
	font-size: 8pt;
	vertical-align: top;
	width: 270px;
	color: #FF0000;
	text-decoration: underline;
}
