.CurrentServiceText
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	padding: 10px;
}

.CurrentServiceLink
{
	font-family: Verdana, Arial;
	font-size: 12px;	
	padding: 10px;
	
}

.CurrentServiceLink a
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
	font-size: 10px;	
}

.CurrentServiceLink a:hover
{
	text-decoration: underline;
}

.CurrentServiceLink a:visited
{
	text-decoration: none;
}

.CurrentServiceLink a:visited:hover
{
	text-decoration: underline;
}

.ServiceCell 
{
	border: solid 1px red;	
}

.RightRed
{
	border-right: solid 1px red;
}

.TextBox
{
	border: solid 1px red;
	height: 22px;
}