body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.frameUtilNavParent {
	background-color: #F8C752;
	text-align: left;	
	padding: 4 10 4 10;
	width: 100%;
}

.frameUtilNavParent a:hover {
    text-decoration: underline;
}

.utilNavParent {
	background-color: #F8C752;
	text-align: right;	
	padding: 4 10 4 10;
	width: 100%;
}

.utilNavParent a:hover {
    text-decoration: underline;
}

.utilNav {
    color: #57451B;
	font-size: 11px;
    font-weight:bold;
	text-decoration: none;
}

.primaryNavParent {
	background-color: #2F4592;
	vertical-align: top;
		padding-bottom:20px;
}

.primaryNavTable {
	vertical-align: top;
    text-align: right;
    width: 100%;
	border-collapse: collapse;
}

.primaryNavTable a {
    font-weight: bold;
    text-decoration: none;
    color: white;
	font-weight: bold;
    width: 100%;
    padding:4px;

}

.primaryNavTable a:hover {
    text-decoration: underline;
}

.primaryNavCell {
    padding-right:4px;
	background-color: #576DBA;
	border-left:2px solid #2F4592;
	border-right:2px solid #2F4592;
	border-top:2px solid #2F4592;
}

.selfService {
    padding-right:4px;
    text-align: right;
	border-left:2px solid #2F4592;
	border-right:2px solid #2F4592;
	border-top:2px solid #2F4592;
    font-weight: bold;
    text-decoration: none;
    color: #F8C752;
	font-weight: bold;
    width: 100%;
    padding:4px;
}

.mainSection {
	vertical-align: top;
	padding: 10px 15px 10px 15px;
}

.pageTitle {
	font-size:18px;
	font-weight: bold;
	color: #C28900;
}

.footer {
    color: #57451B;
	font-size: 11px;
    background-color: #F8C752;
	text-align: right;	
	padding: 4 10 4 10;
	width: 100%;
}