﻿body {
	font-family: Trebuchet MS;
}
a:link {
	text-decoration: none;
	color: Black;
}
a:visited {
	text-decoration: none;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.mainPanel {	
	width: 575px;
	height: auto;
	background-color: Black;
	border-style: double;
}
.ddPanel {
	color: White;
	font-weight: bold;
	width: 100%;
	height: 35px;
}
.Header {
	font-size: 16pt;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 4px;
}
.ddlTopLevel {
	font-size: 7pt;
	vertical-align: top;
	margin-left: 6px;
}
.ddlSubLevel {
	font-size: 7pt;
	vertical-align: top;
}
.dgPanel {
	background-color: Black;
	width: 100%;
}
.CatHdr {
	background-color: Black;
	color: White;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}
.CatDtl {
	background-color: Black;
	color: White;
	text-align: center;
	font-size: 11pt;
}
.SubCatHdr {
	background-color: Silver;
	color: Black;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
.SubCatDtl {
	background-color: Silver;
	color: Black;
	text-align: Center;
	width: 25%;
	font-size: 10pt;
}
.AppNameHdr {
	background-color: Silver;
	color: Black;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
}
.AppNameDtl {
	background-color: Silver;
	color: Black;
	text-align: center;
	font-size: 10pt;
}


