 /* General page style */



a:link {color: 0000FF; text-decoration:none;}    /* unvisited link */

a:visited {color: 000080; text-decoration:none;} /* visited link */

a:hover {color: 0000FF; text-decoration:underline;}   /* mouse over link */

a:active {color: 000080; text-decoration:underline;}  /* selected link */

table.table {
	border: 1px #D0D0D0 solid;
	 /*width: 200;*/
	border-collapse: collapse;
}

tr.table_header {
	background-color: #e4e4e4;
	color: #000000;
}
td.table_header {
	background-color: #D0D0D0;
	color: #000000;
}


tr.row1 {
	background-color: #ffffff;
}

tr.row2 {
	background-color: #ffffff;
}

tr.row3 {
	background-color: #e0e0e0;
}


td.cell_content {
	background-color: #DFDEDB;
	color: #000000;
}
