.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.medium {
	font-family: Tahoma;
	font-size: 12px;
}
.big {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #23769e;

}
.xsmall {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
}
.input {
	height: 16px;
	width: 100px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	}
a:hover {
	color: FFCC00;
}

