body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	width: 610px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-style: normal;
	text-align: center;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 18px;
}
h3.sectionheader {
   width: 90%; 
   float: left;
}
h5 {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 9px;
}
table.upsell {
   background: #99c;
}
td.upsellTitle {
   padding: 2px;
   font-size: smaller;
   font-weight: bold;
}
td.upsell {
   padding: 6px;
   margin: 1px;
   background: #fff;
   vertical-align: top;
   font-size: 8pt;
}
table.careerpaths td {
    padding-right: 10px;
}
a.button {
   border: solid 1px #360964;
   padding: 1px 10px 1px 10px;
   font-size: smaller;
   background: #fff;
   color: #360964;
   text-decoration: none;
}
a.button:hover {
   background: #360964;
   color: #fff;
}
.devnotes {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-style: normal;
	color: #c0c0c0;
}
.navglobal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	width: 610px;
	border-top: 1px solid #330066;
}
.navglobal a {
	color: #cccccc;
	text-decoration: none;
}
.navglobal a:hover {
	color: #00cc00;
	font-size: 12px;
}
.navglobal a:active {
	color: #ff0000;
}
.sectionNavHeader {
   color: #360964;
   font-size: smaller;
   font-weight: bold;
}
.sectionNav {
   width: 400px; 
   float: left; 
   margin-left: 20px; 
   margin-right: 20px;
   font-size: smaller;
   border-bottom: dashed 1px #ccc;
}
.reporttitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #330066;
	padding: 5px 5px 15px 5px;
	width: 610px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.reporttitle h1 {
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	font-style: normal;
	text-align: left;
}

.reporttitle h5 {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-style: normal;
}
.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 5px;
	border-top: 1px solid #330066;
	border-right: none;
	border-bottom: 1px solid #330066;
	border-left: 0px none;
	width: 610px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #330066;
}
.sectiontitle_na {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 5px;
	border-top: 1px solid #330066;
	border-right: none;
	border-bottom: 1px solid #330066;
	border-left: 0px none;
	width: 610px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #330066;
	background-repeat: no-repeat;
	background-position: right center;
}
/* classes used for section content */
.sectioncontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	width: 610px;
}
.guideline hr {
	background-color: #999999;
	width: 610px;
}

.reportfooter {
	padding: 5px;
	border-top: 1px solid #330066;
	width: 610px;
}

.pagebefore { 
	page-break-before: always;
	media: print; 
}

.pageafter { 
	page-break-after: always;
	media: print;
}

.printfooter {
	padding: 5px;
	border-top: 1px solid #330066;
	width: 610px;
	media: print;
	visibility: hidden;
}
