#callouts
{
	background-color:	#f6f6f6;
	padding:			18px 32px;
	border-bottom:		1px solid #cccccc;
}

table#callouts-table td img
{
	border:				1px solid #cccccc;
	margin-right:		10px;
	margin-bottom:		8px;
}

.callout-box
{
	border:				1px solid #cccccc;
	padding:			8px;
	margin-bottom:		8px;

	font-size:			11px;
	font-family:		"Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	line-height:		18px;
	color:				#666666;
	background-color:	white;
}

.callout-title
{
	font-size:			18px;
	margin-bottom:		5px;
}

.callout-box a
{
	margin-bottom:		5px;
	margin-top:			3px;
	padding-left:		3px;
	width:				89px;
	color:				#226cb6;
	font-size:			12px;
	display:			block;
}

.callout-box a:hover
{
	color:				white;
	background-color:	#3b6ca0;
}