
/*Headings*/
h1{	font-family: Arial, Sans-Serif; font-size:18px; margin: 0px; padding: 0px 0px 11px 0px; color: #00085e; font-weight: bolder; }
h2{	font-family: Arial, Sans-Serif; font-size:18px;	margin: 0px; padding: 0px 0px  6px 0px; color: #201181; font-weight: lighter; }
h3{	font-family: Arial, Sans-Serif; font-size:14px;	margin:0; font-weight: bold; }
h4{	font-family: Arial, Sans-Serif; font-size:12px;	margin:0; font-weight: bold; }
h5{	font-family: Arial, Sans-Serif; font-size:10px; margin:0; font-weight: bolder; }
/*Content*/
div,
table,
.content{
	color:#333333;
	font:11px arial,sans-serif;
}

#mainContentContainer {
	display: block !important;
}

#sidebarContainer {
	display: none;
}

.radmenu, #header, .admin-nav {
	display: none;
}

#menuContainer {
	display: none;
}

#mainContentBotWedge, #mainContentTopWedge {
	display: none;
}

.adminQuickLinks {
	display: none;
}

.section-row {
	font-weight: bold;
	color: #222;
	background-color: Transparent;
	border-bottom: 2px solid #333;
}

.printonly {
	display: block !important;
}

.screenonly {
	display: none !important;
}