body  {
	background-color: White;
	font-family: arial, helvetica, sans-serif;
	color: black;
}
a:link {
	color: Blue;
} 
a:visited {
	color: Blue;
} 
a:hover {
	color: Red;
} 
a:active {
	color: Black;
} 

.white{
	color : White;
	font-weight : bold;
}
.table_title{
	background-color : Navy;
	color : White;
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
}
.sub_table_title{
	background-color : #5F5F5F;
	color : White;
	font-size : 10pt;
	font-weight : bold;
	text-align : center;
}
.cell{
	background-color : #DBDBDB;
	text-align : center;
}
.cell_left{
	background-color : #CBCBCB;
	color : #505050;
	font-weight : bold;
	text-align : right;
	padding-right : 5px;
}
.cell_align_left{
	background-color : #DBDBDB;
	text-align : left;
}
.black_border{
	border : 1px solid Black;
	text-align : center;
}
.ordered{
	background-color : Yellow;
	text-align : center;
	color : Black;
	font-weight : bold;
}
.paid{
	background-color : Green;
	color : White;
	text-align : center;
	font-weight : bold;
}
.unpaid{
	background-color : Red;
	text-align : center;
	color : White;
	font-weight : bold;
}
.small{
	font-size: 8pt;
}