body
{
	font-size: 9pt;
	margin: 0px;
	font-family: Arial;
}
.clsIntroMenu
{
	border: black 1px solid;
	padding: 1px;
	font-weight: bold;
	background-color: #69819B;
	text-align: center;
}
.clsIntroMenuLink
{
	color: White;
	text-decoration: none;
	width: 100%;
}
A.clsIntroMenuLink:Visited
{
	color: White;
}
H1
{
	font-weight: bold;
	font-size: 24pt;
	color: lightsteelblue;
	font-style: italic;
	font-family: times new roman;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
	color: lightsteelblue;
	font-style: italic;
	font-family: times new roman;
}
.clsTextBox
{
	width: 100%;
	height: 21px;
}
.clsButton
{
	border-right: steelblue 2px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: steelblue 2px solid;
	height: 22px;
	background-color: lightsteelblue;
}











.clsTopMenuLeft
{
	font-weight: normal;
	background-image: url(images/TabEdgeLeft.png);
	height: 16px;
	width: 3px;
}
.clsTopMenuSplitter
{
	font-weight: normal;
	background-image: url(images/TabEdgeSplitter.png);
	height: 16px;
	width: 5px;
}
.clsTopMenuRight
{
	font-weight: normal;
	background-image: url(images/TabEdgeRight.png);
	height: 16px;
	width: 3px;
}
.clsTopMenu
{
	font-weight: normal;
	background-image: url(images/TabEdgeBottom.png);
	height: 16px;
	text-align:center;
}
.clsTopMenuLink
{
	color: White;
	text-decoration: none;
	width: 100%;
	display: block;
	text-align: center;
}
A.clsTopMenuLink:Visited
{
	color: White;
}













.clsInnerMenu
{
	color: White;
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	padding-left: 4px;
	font-weight: bold;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	background-color: #69819B;
	text-align: center;
}
td
{
	font-family:Arial;
	font-size:9pt;
}

.clsDark
{
	background-color: steelblue;
	color:whitesmoke;
}

.clsMedium
{
	background-color: lightsteelblue;
}

.clsLight
{
	background-color: White;
}

.clsMenuTab
{
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px navy;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: lightsteelblue;
	cursor:hand;
	height:20px;
	margin-bottom: -10px;
}

.clsMenuTabSelected
{
	border-left: solid 1px white;
	border-top: solid 1px white;
	border-right: solid 1px navy;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	background-color: white;
	cursor:hand;
	
	height:20px;
	margin-bottom: -8px;
}

.clsLightBox
{
	background-color: whitesmoke;
	border: solid 1px silver;
	padding-left:5px;
	padding-bottom:3px;
}

.clsLightBoxTabSelected
{
	background-color: whitesmoke;
	border-top: solid 1px silver;
	border-left: solid 1px silver;
	border-right: solid 2px gray;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor:hand;
	
	height:20px;
	margin-bottom: -4px;
}
.clsLightBoxTab
{
	background-color: whitesmoke;
	border-top: solid 1px whitesmoke;
	border-left: solid 1px whitesmoke;
	border-right: solid 2px silver;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	cursor:hand;
	
	height:20px;
	margin-bottom: -6px;
}

.clsHeaderCaption
{
	font-weight: bold;
}

.clsLightBoxHeader
{
	width: 100%;
	border-bottom: dimgray 1px solid;
	background-color: lightsteelblue;
	margin-left: -5px;
	padding-left: 5px;
}

.clsThumbPanel
{
	padding-left: 20px;
}

.clsThumbCell
{
	background-color: whitesmoke;
}
.clsButton
{
	width: 80px;
}

.clsButtonLarge
{
	width: 125px;
}

A:visited
{
	color: Blue;
}

.clsViewAllPage
{
	border: solid 1px silver;
}
