﻿.BorderTopLeft
{
	background-image:url(27.gif);
	width:18px;
	height:27px;
}
.BorderTopRight
{
	background-image:url(28.gif);
	width:18px;
	height:27px;
}
.BorderBottomLeft
{
	background-image:url(29.gif);
	width:18px;
	height:27px;
}
.BorderBottomRight
{
	background-image:url(30.gif);
	width:18px;
	height:27px;
}

.borderbottom
{
	border-bottom:solid 1px gray;
}
.bordertop
{
	border-top:solid 1px gray;
}
.borderleft
{
	border-left:solid 1px gray;
}
.borderright
{
	border-right:solid 1px gray;
}
.border1
{
	border:solid 1px gray;
}
.border0
{
	border:solid 0px gray;
}
.border
{
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}
.borderbottomgreen
{
	background-image:url(linegreen.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
