body {
	margin: 0;
	background-color: #FFFFFF;
	overflow: auto;
}

body,p,td,th,ol,ul,li {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
}
a {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
p  {
	margin-top: .5em;
	margin-bottom: .5em;
}
h1, h2, h3, h4 {
	color : #01568E;
	font-family : arial, helvetica, sans-serif;
}
h1 {
	font-size : 15pt;
}
h2 {
	font-size : 13pt;
}
h3 {
	font-size : 11pt;
}
h4 {
	font-size : 11pt;
}
.contentArea {
	padding-top : 12px;
}

.navItem1 {
	font-family : arial, helvetica, sans-serif;
	font-variant: small-caps;
	cursor : hand;
	color : #004D80;
	font-size : 12pt;
	font-weight : bold;
	margin-bottom : 15px;
	padding-left : 5px;
	line-height : 16px;
}
.navLink1 {
	color : #004D80;
}
.navLink1:hover {
	text-decoration : none;
}
.footerBlock, .footerLink {
	font-family : arial, helvetica, sans-serif;
	color : #004D80;
	font-size : 10pt;
}
.footerLink:hover, .footerLink:active {
	text-decoration : underline;
}
.formTableTR {
	vertical-align : top;
}
.formTableTH {
	color : #002E80;
	font-weight : bold;
	text-align : left;
	vertical-align : middle;
}
.formElement, .formElementRequired {
	font-family : arial, helvetica, sans-serif;
	overflow-y : auto;
	width : 300px;
	border : 1px solid #cccccc;
}
.formElementRequired {
	border : 1px solid #ff0000;
}
.formButton, .formButtonDisabled {
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 8pt;
	color : #ffffff;
	height : 22px;
	width : 100%;
	border : 1px solid #05548A;
	background-color : #2873C6;
}
.formButtonDisabled {
	color : #555555;
	background-color : #cccccc;
}
.pageTitle {
	color : #004D80;
	font-size : 19pt;
	font-family : arial, helvetica, sans-serif;
	font-weight : 400;
	padding-left : 180px;
	background-image : url('../_images/title-dots.gif');
	background-position : left center;
	background-repeat : no-repeat;
	cursor: default;
}
.whatsNewBox {
	width : 100%;
	background-color : #F7F9FC;
	border : 1px solid #BCD2E2;
	padding : 4px;
	margin-top : 20px;
}
.whatsNewTitle {
	color : #01568E;
	font-family : arial, helvetica, sans-serif;
	font-size : 13pt;
}
.whatsNewList {
	margin : 0 0 0 20;
	padding-left : 0px;
}
.whatsNewList li {
	padding-left : 0px;
	line-height : 14pt;
}
.whatsNewList strong, a {
	color : #01568E;
}