/*
This is the BENECO stylesheet.
ALL TAGS are supported in Both IE 5.5 and Netscape 6.0
*/



/* Used for BLOCKS of text, main formatting for text */
/*----------------------------------------------------------------------------------------------*/
Div	
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	10pt;
	color:		#663399;
	}

/* Used for BLOCKS of text, main formatting for text */
/*----------------------------------------------------------------------------------------------*/
P
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	10pt;
	color:		#333333;
	}

/* Used for the headers of each section */
.headers
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	bold;
	font-size:	12pt;
	color:		#663399;
	}

/* Used for the individual sections within a block of text */
/*----------------------------------------------------------------------------------------------*/
Span	
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	10pt;
	color:		#663399;
	}

/* Used for the links at the top of the pages */
.breadcrumb
	{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	8pt;
	color:		#999999;
	}

/* Used for the links at the top of the pages */
.small
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	8pt;
	color:		#999999;
	}

/* Used for the links at the top of the pages */
.footer
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	8pt;
	color:		#FFFFFF;
	}

/* Used for the links at the top of the pages */
.right_gutter
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	8pt;
	color:		#336699;
	}



/* Used for tables */
/*----------------------------------------------------------------------------------------------*/
Table	
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	10pt;
	color:		#663399;
	}

/* Used for BODY IN NETSCAPE 4.7x*/
/*----------------------------------------------------------------------------------------------*/
Body, TR, TD
	{
	font-family:	Arial, Helvetica, sans-serif;
	font-style:	normal;
	font-weight:	normal;
	font-size:	10pt;
	color:		#663399;
	}

/* Used for link colors
/*----------------------------------------------------------------------------------------------*/
a:link {  color: #000099}
a:visited {  color: #000099}
a:hover {  color: #cccccc}
a:active {  color: #cccccc}

