* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	font-size: 12pt;
}

a:link {
color: blue;
text-decoration:none;
}

a:visited {
color: blue;
text-decoration:none;
}

a:active {
color: blue;
text-decoration:none;
}

a:hover {
color: blue;
text-decoration: underline;
}

input {border:1px solid #003366; background:#33cc33; color: #ffffff;}
select {border:1px solid #003366; background:#33cc33; color: #ffffff;}

tr { text-align: center;}
th { height:25px; color: #003366; background: url(images/th.png); }

tr.RateLine {  height:25px; background: #eeffee; color: #003366; }
tr.RateLineMouseOver { height:25px; background: #ffcc66; }
tr.RateLineInvisible { display: none;}
tr.RateLineVisible { height:20px; background: #c0c0c0; font-size: 8pt; }

table.RatesBackground { background: #33cc33; }

table.statistic { background: #33cc33; color: #003366;}
tr.statisticline { height:25px; background: #eeffee; }

span.default { }
span.RateMark1 { text-decoration: underline; }
span.RateMark2 { font-size: 8pt;}
span.RateMark3 { font-weight: bold }
span.RateMark4 { text-decoration: blink }
span.RateMark5 { text-decoration: line-through; }

table.DirectionBorder { background: Darkcyan; }
table.DirectionBackground { background: Darkcyan; }
table.Calc { background: Aliceblue; }

table.AdminTable { background: Darkcyan; }
td.AdminCell { background: Aliceblue;}
