body, td	{
	font-family : Trebuchet MS, Verdana, Arial;
	font-size : 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.left {
	background-image: url("/img/left.gif");
}
.right {
	background-image: url("/img/right.gif");
}
.top {
	background-image: url("/img/top.gif");
}
.bottom {
	background-image: url("/img/bottom.gif");
}
.leftbottom {
	background-image: url("/img/leftbottom.gif");
}
.rightbottom {
	background-image: url("/img/rightbottom.gif");
}
A:link, A:visited, A:active {
	font-family : Verdana;
	font-size : 11px;
	color : #0066FF;
	text-decoration: underline;
}
A:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #0099FF;
	text-decoration: none;
}
.title {
	font-size : 16px;
	color : #0066FF;
}
.blue {
	color : #0066FF;
}
.sml {
	font-family : Verdana;
	font-size : 10px;
}
.error {
	font-weight: bold;
	color : #FF0000;
}
.ok {
	font-weight: bold;
	color : #009900;
}
input {
	font-family : Verdana, Arial;
	font-size : 11px;
}
textarea {
	font-family : Verdana, Arial;
	font-size : 11px;
}