﻿div .Panel
{
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.Panel .GrayHead
{
	clear: both;
	margin: 20px 0px 0px;
	height: 28px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: url(../images/SectionTop.jpg) no-repeat left top;
}

.Panel .GrayMain
{
	display: block;
	display:block;
	background: url(../images/SectionBG.jpg) repeat-y left top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

.Panel .GrayBottom
{
	display: block;
	background: url(../images/SectionBottom.jpg) no-repeat left top;
	height: 8px;
	clear: both;
}

.Panel .WhiteHead
{
	clear: both;
	display: block;
	margin: 20px 0px 0px;
	height: 28px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: url(../images/SectionTopWhite.jpg) no-repeat left top;
}

.Panel .WhiteMain
{
	display:block;
	overflow: auto;
	background: url(../images/SectionBGWhite.jpg) repeat-y left top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

.Panel .WhiteBottom
{
	display: block;
	background: url(../images/SectionBottomWhite.jpg) no-repeat left top;
	height: 8px;
	clear: both;
}


.Panel .WhiteSMHead
{
	clear: both;
	margin: 0px 0px 0px;
	height: 28px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: url(../images/SectionTopWhiteSM.jpg) no-repeat left top;
}

.Panel .WhiteSMMain
{
	display:block;
	overflow: auto;
	background: url(../images/SectionBGWhiteSM.jpg) repeat-y left top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
}

.Panel .WhiteSMBottom
{
	display: block;
	background: url(../images/SectionBottomWhiteSM.jpg) no-repeat left top;
	height: 8px;
	clear: both;
}

.Panel a		{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: #00007F; text-decoration: none}
.Panel a:active	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: #00007F; text-decoration: none}
.Panel a:hover 	{ font-family: Tahoma, Lucida Grande, Helvetica; font-size: 12px; font-style: normal; font-weight: normal; color: #000000; text-decoration: underline}
