.font1 {
	font-family: tahoma;
	color: #ffffff;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.font2 {
	font-family: tahoma;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}
.font3 {
	font-family: tahoma;
	font-size: xx-small;
	font-weight: normal;
	text-decoration: none;
}
.font_big {
	font-family: tahoma;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.font_error {
	font-family: tahoma;
	color:	red;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.table1 {
	
	padding: 5px;
	background-color: #8DB9E0;
	background-image: url('images/table-bk.gif');
}
.table2 {
	
	padding: 3px;
	background-color: #BFD5EC;
}

.table3 {
	background-image: url('images/table-query-bk.gif');
}

.input1 {
	font-family: Tahoma;
	font-size: small;
	background-color: #F9F8F7;
	border: thin solid #FBC618;
}

