font{
	font-family: Tahoma, Sans-Serif;
	font-size:8pt;
	text-decoration: none;
	color: #606060;
}
font.red{
	color: #FF0000;
}
font.head{
	font-size:10pt;
}
font.th{
	color: #ffffff;
}
font.disabledlink{
	font-size:10pt;
}
font.small{
	font-size:7pt;
}

th{
	vertical-align:top;
	background-color:gray;
}
th.invisible{
	visibility:hidden
}
th.white{
	vertical-align:top;
	background-color:white;
}
td{
	vertical-align:top;
}
tr.lgray{
	background-color:#d3d3d3;
}
a{
	font-family: Tahoma, Sans-Serif;
	font-size:8pt;
	text-decoration: none;
}
a:link{
	color:blue;
}
a:hover{
	color:red;
}
a:active{
	color:red;
}
a:visited{
	color:blue;
}
img{
	border:0;
}

input.field {
	border-left-width:1;
	border-top-width:1;
	border-right-width:1;
	border-bottom-width:1;
	border-bottom-style:groove;
	border-left-style:groove;
	border-top-style:groove;
	border-right-style:groove;
	font-family: Tahoma, Sans-Serif;
	font-size:8pt;
	text-decoration: none;
}
input.btn{
	border-left-width:1;
	border-top-width:1;
	border-right-width:1;
	border-bottom-width:1;
	font-family: Tahoma, Sans-Serif;
	font-size:8pt;
	text-decoration: none;
}
