html {
	text-align: center;

}

td {
	font: 14px/1.5 Verdana, Arial, Helvetica, sans-serif, "ËÎÌå";
	color: #333;
}

img {
	border: none;
}

a {
	color: #07519A;
	text-decoration: none;
}
a:hover {
	color: #c30!important;
	text-decoration: underline;
}
.tab{ 
width: 100%;
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
color: #1c5d79; 
} 
.tab caption { 
margin:0; 
padding:0; 
background: #f3f3f3; 
height: 40px; 
line-height: 40px; 
text-indent: 28px; 
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
font-size: 14px; 
font-weight: bold; 
color: #555d6d; 
text-align: left; 
letter-spacing: 3px; 
} 

/* BODY */ 
.tab tbody tr { 
background: #E8E8FF; 
font-size: 13px; 
height: 12px; 
line-height: 12px; 
text-align: center; 
event:expression( 
onmouseover = function(){this.style.backgroundColor = '#FFDDBB';}, 
onmouseout = function(){this.style.backgroundColor = '#E8E8FF';} 
) 
} 
.tab tbody tr.odd { 
background: #F0FFFF; 
} 
.tab tbody tr:hover, .tab tbody tr.odd:hover { 
background: #FFDDBB; 
} 
.tab tbody tr th,.tab tbody tr td { 
padding: 2px; 
} 
.tab tbody tr th { 
font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;	
font-size: 12px; 
padding: 2px; 
text-align: center; 
font-weight: bold; 
color: #FFDDBB; 
} 
.tab tbody tr th:hover { 
background: #FFDDBB; 

} 

/* LINKS */ 

.tab a{ 
color: gray; 
text-decoration: none; 
font-size: 13px; 
} 
.tab a:hover { 
color: blue; 
border-bottom: none; 
} 
