body {
    color : Black;
	background-color : White;
    
}
p{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

A {
	color : #336699;
	text-decoration : none;
}

a:link {
	color: #004080;
	text-decoration: none;
}

A:HOVER {
	color : #004080;
	text-decoration : underline;
}

tr {
bgcolor="#CCCC66"
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #800000;
	border: none;

}

.black_text{
	color:#000000;
}
.center-cell{
	text-align:center;
}
.column-header{
	font-weight:bold;
	font-size:14px;
}
.odd-row{
	
}
.even-row{
	background-color:#DFDFDF;
}
.cell-hover{
	background-color:#B3CCE1;
}
th{
	text-align:left;
	font-size:15px;
	background-image:url(sortArrows.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
th:hover{
	cursor:pointer;
	color:#900;
}