﻿
.ServicesMenu
{
	color: #2210D2;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.ServicesMenu tr
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ServicesMenu table
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.HeaderRow 
{
	background-color: Black;
	height: 20px;
	line-height: 20px;
	color: White;
	font-weight: bold;
	font-size: 13px;
}

.DescriptionColumn
{
	text-align: left;
	width: 250px;
	color: Black;
}

.PriceColumn
{
	width: 100px;
	text-align: center;
}

.ItemHeader
{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: Black;
	font-family: Verdana;
}

.ItemRow
{
	background-color: #EFEFEF;
	padding-left: 3px;
	line-height: 25px;
	height: 25px;
}

.ItemSubHeader
{
	font-size: 12px;
	font-weight: normal;
}