A:link {color: #660000; text-decoration: none}
A:visited {color: #660000; text-decoration: none}
A:hover {color: #ff0000; text-decoration: none}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}
.fdbody {
	background-color: #ffeb9d;
}
.text10noir {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titrered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	font-style: italic;


}
.text12noir {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.titrejaune {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	font-weight: bold;
}
.text12blc {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:hover.xlink {
	border-bottom: #CFF 1px dotted;
}
a.xlink, a:link.xlink, .a:visited.xlink {
	color: #CFF;
}
.textf {
	font-size: 1.1em;
	border: 1px solid #666666;
	font-weight: bold;
	padding: 2px 0px 1px 2px;
}
.atextf {
	font-size: 1.1em;
	border: 1px solid #666666;
	font-weight: bold;
	padding: 2px 0px 1px 2px;
	background-color: #ffcc66;
}
.self {
	font-size: 1.1em;
	border: 1px solid #666666;
	font-weight: bold;
	padding: 2px 0px 1px 2px;
}
.aself {
	font-size: 1.1em;
	border: 1px solid #666666;
	background-color: #ffcc66;
	font-weight: bold;
	padding: 2px 0px 1px 2px;
}

.holder{
    padding-bottom: 20px;  /* space for the scrollbar */
    width: 700px;           /* gives pagewide scrollbar on the div */
	margin: 0 auto;
    overflow: auto;
    overflow-y: hidden;
}
.row-table {
	margin-top: 1px;
    position: absolute;
	width: 160px;
    border-collapse: collapse;
}
.row-table thead th{
    padding-top: 1px;      /* even out crossbrowser total height difference */
    height: 50px;
}
.row-table th,
.data-table th {
    border: 1px solid #c9dded;
    padding: 0 3px;
    height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.row-table tbody th { border-right-color: #FFFFFF; }
.data-table tbody th { border-left-color: #FFFFFF; }
.row-table td,
.data-table td {
    padding: 0px 3px;
    width: 60px;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
 	vertical-align: top;   
}
.data-table {
	margin-top: 1px;
    margin-left: 1px;
    border-collapse: collapse;
}
.data-table thead th{
    height: 25px;
}
.data-table td span {
    display: block;
    width: 60px;
} 