.pnlHdr
{
	width:820;
}
.pnlShd
{
	position:relative;
	width:820;
}
.pnlCnt
{
	position:relative;
	width:820;
}
.pnlFtr
{
	width:820;
}
.txtTtl
{
	font-weight: bold;
	font-size: large;
	color: steelblue;
	background-color: white;
}
.txtStl
{
	font-weight: bold;
	font-size:12pt;
}
.txtHdr
{
	font-weight: bold;
	color: white;
	background-color: #3863A5;
}
.txtShd
{
	background-color: Lightgrey;
	color: #3863A5;
}
.txtLbl
{
	font-weight: bold;
	color: #3863A5;
	background-color: whitesmoke;
}
.txtCnt
{
	color: black;
	background-color: whitesmoke;
}
.ctlMsy
{
	margin-bottom: 10px;
	width: 750px;
	color: black;
	background-color: whitesmoke;
	text-align: left;
}
.barMnu
{
	background-color: #3863A5;
	color: whitesmoke;
	font-weight: bold;
}
body
{
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;		
}
input 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
}
a:link 
{
    color: #0B4D7D;
    text-decoration: none;
}
a:visited 
{
    color: 3d8698;
    text-decoration: none; 
}
a:hover 
{
    color: #0b4d7d;
    text-decoration: underline;
}
a.lnkHdr:link
{
	color: white;
    text-decoration: none;
}
a.lnkHdr:visited
{
	color: white;
    text-decoration: none;
}
a.lnkHdr:hover
{
	color: white;
    text-decoration: underline;
}
a.lnkHdr:active
{
	color: white;
    text-decoration: none;
} 
@media print
{
	textarea 
	{
		overflow: visible;
	}
}