BODY
{
}
TABLE.MainTable  {
		border: solid black 1px;
		width:700px;
		height:400px;
	}
	TABLE.MainTable A{
		font-family:verdana;
		font-size:8pt;
		font-weight:400;	
		color:dimgray;	
	}
	TH.MainHeader  {
		height:30px;
		background-color:black;
		color:white;
		font-family:verdana;
		font-size:16pt;
		font-weight:400;
	}
	TH.MenuHeader  {
		height:20px;
		background-color:silver;
		border-bottom: solid gray 1px;
		color:gray;
		font-family:verdana;
		font-size:8pt;
		font-weight:400;
	}
	TH.TitleHeader  {
		height:50px;
		background-color:white;
		border-top: solid white 1px;
		color:goldenrod;
		font-family:verdana;
		font-size:12pt;
		font-weight:700;
	}
	TD.MainBody{
		font-family:verdana;
		font-size:9pt;
		text-align:center;	
	}
	TD.TitleText{
		font-family:verdana;
		font-size:10pt;
		text-align:left;	
	}	
	TD.NormalText{
		font-family:verdana;
		font-size:9pt;
		text-align:left;	
	}	
	
	table.serviceInfo{
		background-color:white;
	}
	table.serviceInfo th{
		font-weight:600;
		font-size:8pt;
		font-family:tahoma;
		text-align:left;
		height:23;
	}
	table.serviceInfo td{
		font-weight:400;
		font-size:8pt;
		font-family:tahoma;
		text-align:left;
	}
	INPUT
	{
		 BORDER-RIGHT: #c1bb8b 1px solid; BORDER-TOP: #c1bb8b 1px solid; FONT-SIZE: 10pt; BORDER-LEFT: #c1bb8b 1px solid; BORDER-BOTTOM: #c1bb8b 1px solid; FONT-FAMILY: Verdana,Helvetica 
	}