/*//////////////////////////////////////////////////////////////////////////////
/// Eden ///////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
//
*/


/*//////////////////////////////////////////////////////////////////////////////
/// GENERAL //////////////////////////////////////////////////////////////////*/
body {
	background:		#FFFFFF url( images/layout/bkg.png ) top left fixed repeat-x;

	margin:			0px 0px 0px 0px;
	padding:		0px 0px 0px 0px;
	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;

}

td {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;

}
/* END GENERAL
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM LINKS /////////////////////////////////////////////////////////////*/
a:link {
	font-weight: bold;
	color: #676F4F;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #676F4F;
	text-decoration: none;
}
a:hover {
	color: #676F4F;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: normal;
	color: #676F4F;
	text-decoration: none;
}
/* END CUSTOM LINKS
//////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////
/// CUSTOM CLASSES ///////////////////////////////////////////////////////////*/



/* END CUSTOM CLASSES
//////////////////////////////////////////////////////////////////////////////*/

