/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:					0px 0px 0px 0px;
	width:					700px;
	background:				none;
	line-height:				18px;
	font-family:				verdana,arial,sans serif;
	font-size:				11px;
	border:					0px solid rgb(189,189,189);
	padding:				0px 0px 0px 0px;	
	color:					#435773;
}

td#widgettitle
{
	padding:				0px 0px 0px 0px;
	background:				white;
	color:					#435773;
	text-align:				left;
	font-weight:				bold;
}


td#widgetcontent
{
	padding:				20px 20px 20px 50px;
}

#widgetcontent a
{
	color:					#671B1B;
	text-decoration:			none;
}

#widgetcontent a:hover
{
	color:					#893535;
	text-decoration:			none;
}