.border
{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.vrtd
{
	border-top-width: 0 px;
	border-bottom-width: 0 px;
	border-right-width: 1 px;
	border-left-width: 0 px;
	border-style: solid;
	border-color: #FFFFFF;
}

.htd
{
	border-top-width: 0 px;
	border-bottom-width: 1 px;
	border-right-width: 0 px;
	border-left-width: 0 px;
	border-style: solid;
	border-color: #909090;
}

.httd
{
	border-top-width: 1 px;
	border-bottom-width: 0 px;
	border-right-width: 0 px;
	border-left-width: 0 px;
	border-style: solid;
	border-color: #909090;
}

.vltd
{
	border-top-width: 0 px;
	border-bottom-width: 0 px;
	border-right-width: 0 px;
	border-left-width: 1 px;
	border-style: solid;
	border-color: #909090;
}

.white  
{
	text-decoration: none;
	font-family : Verdana;
	font-size : 9px;
	color : #FFFFFF;
}

.black
{
	text-decoration: none;
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}


