body, table {
font-family: Arial, Helvetica, sans-serif;
	color: #005A5A;
	font-size: 14px;
	text-align: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005A5A;
	font-size: 20px;
	font-weight: normal;
}
a:link {
	color: #005A5A;
	text-decoration: underline;	
}
.borbak {
	background-image: url(images/cnrs/10x10ltgrn.gif);
	background-repeat: repeat;
}
.centr {
	text-align: center;
}
a:visited {
	color: #005A5A;
	text-decoration: underline;
}
a:hover {
color: #ED0D03;
text-decoration: none;
}
a:active {
	color: #0105C1;
	text-decoration: underline;
}

table#default {
	border: 2px solid #fff;	
	color: #fff;
	width: 700px;
	margin-bottom: 40px;
}

table#default  tbody tr {
	background: #64a6db;
	
}

table#default  tbody td {

}

table#default  .oddrow {
	background: #307ab4;	
}

table#default  thead {
	background: #005a5a;
	color: #fff;
	font-weight: bold;
}

td.sold {
	color: #F00;
	font-weight: bold;
	background: #fff;
}

