body {
	margin-top: 2px;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	background-color: #000000;
}

a {
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: none;
	text-decoration: underline;
	color: #cccccc;
}

td.title {
	width: 305px;
	height: 26px;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	padding-left: 5px;
	padding-bottom: 1px;
}

td.text {
	width: 305px;
	margin-top: 2px;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

td.image{
	width: 150px;
	padding-bottom: 2px;
}

img{
	border: 1px solid #ffffff;
}


