td{
font-family:Trebuchet MS;
font-size:12px;
color:#a65f00;
}

th{
font-family:Trebuchet MS;
font-size:14px;
font-weight: bold;
color:#a65f00;
}

A{
	color: darkred;
	text-decoration :underline ;
}
A:Hover{
	color: red;
	text-decoration : none;
}
.smalltext{
font-family:Trebuchet MS;
font-size:14px;
color:#a65f00;
}

.smalltext-margin{
font-family:Trebuchet MS;
font-size:0.8em;
color:#a65f00;
margin-left: 30px;
}

.DataRow{
background-color:#fafafa;
}
.DataRowOn{
background-color:silver;
}
.DataRowHighlight{
background-color:#BECAD8;
}
.ErrorText{
font-family:Trebuchet MS;
font-size:0.8em;
font-weight:bold;
color:darkred;
}