a{
font-family : Tahoma;
font-size:8pt;
font-weight:normal;
text-decoration:none;
}

td.message {
  font-family : Tahoma;
  font-size : 13px;
  color : #FF0000;
  FONT-WEIGHT : bold;
  TEXT-ALIGN: center
}

td.label{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	background-color:#E1F0FF;
}
td.value{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color:#E1F0FF;
}
a:hover{
	color:#FF0000;
}

td.listheader {
	font-family : Tahoma;
	font-size : 8pt;
	color: #000000;
	background-color:#CCCCCC;
	FONT-WEIGHT: bold;
}
td{
	font-family : Tahoma;
	font-size : 8pt;
	FONT-WEIGHT: normal;
}

td.titleheader {
	font-family : Tahoma;
	font-size : 8pt;
	color: #000000;
	background-color: #5891EF;
	FONT-WEIGHT: bold;
	text-align:center;
}

td.highlight {
	font-family : Tahoma;
	font-size : 8pt;
	color: #000000;
	background-color:#CCCCCC;
}
.error{
	background-color:#FFFF00;
}
