/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin-top:			0px;
	margin-left: 0px;
	width:				inherit;
	background:			none!important;
	line-height:		19px;
	font-family:		tahoma, arial, helvetica, sans serif;
	font-size:			11px;
		padding:			0px;
		color: gray;
		text-align: right;
}

td#widgettitle
{
	padding-top:		1px;
	padding-bottom:		3px;
	background:			rgb(189,189,189);
	color:				white;
	text-align:			center;
	font-weight:		bold;
}


td#widgetcontent
{
	padding:			0px;
}

#widgetcontent a
{
	color:				#042579;
	text-decoration:	none;
}

#widgetcontent a:hover
{
	color:				#666666;
	text-decoration:	none;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/



h2, .subheadline
{
	margin:				0em;
	padding:			0em;
	display:			block;
	line-height:		20px;
	font-family:		helvetica, arial, sans serif;
	font-weight:		normal;
	font-size:			18px;
	color:				#042579;
}

h3
{

	line-height:		0px;
	font-family:		helvetica, arial, sans serif;
	font-weight:		bold;
	font-size:			38px;
	color:				#042579;
	text-align: left;
	font-style: italic;
    

}