#pnlMiddle 
{ 
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6D6D6D;
}

h1 

{ 	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B46AA;
	padding-top: 20px;
	margin-left: 30px; margin-right: 20px;
	
	}
	
	h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	color: #444;
	margin-left: 30px;
	text-transform: uppercase;}
	
p, ul li, ol li, table tr td
{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6D6D6D;
	margin-left: 30px; margin-right: 20px;}
	
ul
{
	list-style-type: square
}

ul li {padding-bottom: 5px;}
ul li ul li { list-style-type: disc; font-style: italic; padding: 5px 0 0 0; text-indent: 0px; margin-left: 10px;}

.feesTable tr td { border: 1px solid #ccc; padding: 5px 5px 5px 5px; }
.feesTable { width: 500px; border-collapse: collapse; margin-left: 30px; margin-bottom: 10px;}
.cellHighlight { background-color: #ddd; }
.cellHighlight td {
font-weight: bold;}
.cellHighlight2 { background-color: #eee; }
.cellHighlight2 td {font-weight: bold; color: #3B46AA; }
.cellHighlight3{font-weight: bold; color: #3B46AA; background-color: #eee; }

.rightBlock

{	float: right;
	width: 220px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ddd;
	margin: 0px 20px 20px 20px
	}
	
.rightBlock p, .centerBlock p { margin: 0 0 0 0; padding: 0 0 0 0; font-size: 11px;}

.centerBlock

{	margin: 30px 0px 30px 190px;
	width: 220px;
	line-height: 20px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #ddd;
	}

.menuGroup {
	border-bottom: 1px solid #BDBDBE; 
	white-space: nowrap;
	
}
.menuItem {
	background: url(../images/clear.gif) #E0E0E0;
    width: 100px;
    height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5D;
	border-top: 1px solid #BDBDBE;
	border-left: 1px solid #BDBDBE;
	border-right: 1px solid #BDBDBE;
	border-bottom: 0px solid #BDBDBE; 
	cursor: pointer;
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 6px;
}
.menuItemHilite 
{
    background: url(../images/clear.gif) #3a46aa;
    width: 100px;
    height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
    border-top: 1px solid #BDBDBE;
	border-left: 1px solid #BDBDBE;
	border-right: 1px solid #BDBDBE;
	border-bottom: 0px solid #BDBDBE;
	cursor: pointer;
	white-space: nowrap;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 6px;
}

.nothing
{

}