.outerWrapper {
	margin:0 auto;
	text-align: center;
	width: 809px;
}
		
.topLevelMenu A,
A.crudCtrl {
	color: #FFF;
	font: normal bold 8pt Arial;
	text-decoration: none;
}

.secondaryNavMenu A {
	color: #B5B5E6;
	font: normal normal 8pt Arial;
	text-decoration: none;
}

A.helpLink {
	color: #FFF;
	cursor: pointer;
	font: normal bold 9pt Arial;
}

A.crudCtrl {
	cursor: pointer;
	background-color: #175592;
    margin-left: 10px;
    padding: 2px 12px;
    white-space: nowrap;
    width: auto;
}

.crudCtrlsArea A {
	color: #FFF;
	font: normal bold 8pt Arial;
	text-decoration: none; 
}

.topLevelMenu A:hover,
.secondaryNavMenu A:hover,
A.helpLink:hover,
.crudCtrlsArea A:hover {
	color: #0FF;
	cursor: pointer;
}

.secondaryNavMenu .selected {
	color: #FFFFFF;
	font: normal normal 8pt Arial;
	text-decoration: none;
}

.outWrapper > outerLayout {
	width: 809px;
}

.outerHeader {
	text-align: center;
}
.outerBody {}
.outerFooter {}

TABLE.stdList {}
TABLE.stdList TD,
TABLE.stdList TH {
	border:solid 1px #2971b9;
	text-align: center;
}

