/*-------------------------------------------------------------------------------------------------------*/
/*	Widget
/*-------------------------------------------------------------------------------------------------------*/
table#widget
{
	margin:				252px 0px 0px 20px!important;
	width:				290px!important;
	background:			none!important;
	line-height:			16px!important;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	border:				0px solid rgb(189,189,189);
	padding:			0px;
	color:				white;
}

td#widgettitle
{
	padding-top:			0px!important;
	padding-bottom:			0px!important;
	background:			none!important;
	color:				white!important;
	text-align:			left!important;
	font-weight:			bold!important;
}


td#widgetcontent
{
	padding:			0px!important;
}

#widgetcontent a
{
	color:				#EDD618!important;
	text-decoration:		none!important;
}

#widgetcontent a:hover
{
	color:				#EDD618!important;
	text-decoration:		none!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer Text Content
/*-------------------------------------------------------------------------------------------------------*/
#footertext
{
	clear:				both;
	margin:				0px 0px 0px 0px!important;
	padding:			10px 15px 20px 30px;
	line-height:			1.9em;
	font-family:			verdana,arial,sans serif;
	font-size:			10px;
	color:				#8E8E8E;	
	background-color:		white;
	border-top:			0px solid #8E8E8E;
}

#footertext a
{
	padding:			0px 0px;
	white-space:			nowrap;
	color:				#2F862F!important;
}


/*-------------------------------------------------------------------------------------------------------*/
/*	HTML Elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	width:				724px;
	margin:				40px 0px 40px 40px;
	padding:			0px 0px 0px 0px;
	background-color:		#B8B8B8;
	border:				2px solid #8E8E8E;
	background-image:		url( /images/bg_home.jpg);
	background-repeat:		no-repeat;
}

a
{
	text-decoration:		none;
	color:				#EDD618!important;
}

a:hover
{
	color:				#EDD618!important;
	text-decoration:		none;
}

