.style {
	font-family: "Verdana", "sans-serif"; 
	font-size: 12px;
        color: #ffffff;
	margin: 10px 0px 0px 0px;
	height: 95px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 3px;
	clear: both;
}
a:link{ text-decoration:none; color:#00ffff;font-weight:bold; }
a:visited{ text-decoration:none; color:#00ffff;font-weight:bold; }
a:active{ text-decoration:none; color:#00ffff;font-weight:bold; }
a:hover{ text-decoration:underline; color:#ff0000; }

.style img{
	margin: 0px 2px 0px 0px;
	float: left;
	height: 90px;
	width: 90px;
}
.style p{
	margin: 3px 0px 0px 0px;
}

.style strong{
	color: #FF6600;
}

.style b{
	color: #FF0000;
}