.custom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6633FF;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099FF;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099FF;

}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;

}
.topleftborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099FF;

}
.allborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0099FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;

}
.furniture a:link{
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	color: #0066FF;
}

.furniture a:visited{
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	color: #0066FF;

}
.furniture a:hover{
	color: #0033FF;
	text-decoration: underline overline;
	color: #0066FF;
}
.furniture a:active{
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-left: 10px;
	color: #0066FF;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #0066FF;
	text-align: center;
	vertical-align: middle;
	display: block;
}
