

body, td, p, a
{
	font-family: Arial, Sans-serif;
	font-size: 8pt;
	color: #000000;
}

.fillUp
{
	height: 100%;
	width: 100%;
}

.box
{
	width: 900px;
	height: 600px;
}

.box td
{
	padding: 0;
}

.box .top
{
	height: 50px;
	border-bottom: 5px solid #ee1e25;
	text-align: center;
	font-size: 17pt;
	font-weight: bold;
	background-color: #f48567;
}

.box .list
{
	width: 170px;
	background-color: #333333;
	padding: 5px;
	vertical-align: top;
}

.box .list .portrait
{
	border: 5px solid #ee1e25;
}

.box .list .company
{
	color: #cccccc;
}

.box .list a
{
	margin-bottom: 4px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.box .list a:hover
{
	text-decoration: none;
	color: #cccccc;
}

.box .main
{
	background-color: #ffffff;
	border: 5px solid #999999;
	text-align: center;
	vertical-align: top;
}

.box .main td
{
	width: 300px;
	padding: 5px;
	vertical-align: top;
}

.box .main a
{
	text-decoration: underline;
}

.box .main a:hover
{
	color: #666666;
}

p.description
{
	font-size: 8pt;
	text-align: left;
}