/* General */
/* ----------------------------------------------------- */
P,BODY
{
	COLOR : #1F1F1F;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}

HR
{
	COLOR : #A0A0A0;
}

TD,BODY,P,UL
{
	FONT-FAMILY : Tahoma, ARIAL, HELVETICA;
	FONT-SIZE : 8pt;
}

a:link
{
	text-decoration : none;
	color : Black;
}

a:visited
{
	text-decoration : none;
	color : Black;
}

a:active
{
	text-decoration : underline;
	color : #006B6A;
}

a:hover
{ 
	text-decoration: underline;
	color: #006B6A;	
}

/* For the banner font */
/* ----------------------------------------------------- */
.banner_font
{
	FONT-FAMILY : ARIAL, HELVETICA;
	FONT-SIZE : 9px;
}

/* For the main table */
/* ----------------------------------------------------- */
.D_table_main
{			
	border: 1px solid #EBEBEB;
}

/* For the data table */
/* ----------------------------------------------------- */
.D_table
{
	width: 100%;
}

.D_td_first_row
{		
	background-color: #006B6A;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
}

.D_td_first_row_r
{		
	background-color: #006B6A;
	color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}

.D_td
{			
	background-color: #FFFFFF;
	padding: 3px;
}

.D_td_r
{			
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
}

.D_td_last_row
{		
	background-color: #EBEBEB;
	padding: 3px;
	font-weight: bold;
}

.D_td_last_row_r
{		
	background-color: #EBEBEB;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}
