body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	margin: 2px;
}

a:link, a:visited, a:active {
 	color: #0B305C;
	font-size: 8pt;
}

	a:hover {
		color: #003399;
		font-size: 8pt;
	}
	
p.normal {
	margin: 0px;
	padding: 0px;
	display: inline;
}

form {
	margin: 0px;
}

ul li {
	list-style-type: square;
}

input, textarea, select, button {
	font-size: 8pt;
}

.clear {
	clear: both;
	line-height: 0;
}

td {
	vertical-align: top;
	font-size: 9pt;
}

b, strong {
	font-size: 8pt;
}

h2 { /* Title */
	font-weight: bold;
	color: #DF2F00;
	font-size: 12pt;
	margin: 0px;
	display: inline;
}

h3 { /* Subtitle */
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	display: inline;
}

h4 { /* Heading */
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	margin: 0px;
	display: inline;
}

h5 { /* Subheading */
	font-weight: bold;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

h6 { /* Subheading */
	font-weight: normal;
	font-size: 8pt;
	margin: 0px;
	display: inline;
}

/* p {
	margin: 0px;
	padding: 0px;
}*/

.indent {
	text-indent: 50px;
}

.outdent {
	text-indent: -50px;
	padding-left: 50px;
}

.note, a.note, a.note:hover, a.note:visited {
	font-size: 8pt;
	font-weight: normal;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #5F6F7F;
	font-style: italic;
	font-size: 8pt;
}

.quote {
	font-weight: bold;
	font-size: 9pt;
	font-style: italic;
}

.error {
	color: #990000;
}

.required {
	color: #990000;
}

.signature {
	font-style: italic;
}

.more, a.more, a.more:hover, a.more:active, a.more:visited {
	font-size: 8pt;
	color: #DF2F00;
	text-decoration: none;
}

.callout {
	font-size: 8pt;
	background-color: #D1DFEF;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

img {
	border: 0px;
}

/* Table styles */
td {
	font-size: 9pt;
}

.display, .details {
	border-top: 1px solid #A3A9B7;
	border-bottom: 1px solid #A3A9B7;
	border-left: 2px solid #A3A9B7;
	border-right: 2px solid #A3A9B7;
}

.details {
	width: 100%;
}

.altrow {
	background-color: #E0E5EF;
}

.display th, .details th {
	text-align: left;
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	background-color: #D1DFEF; /*#D9DFE7;*/
	padding-left: 2px;
	border-bottom: 1px solid #A3A9B7;
	text-align: left;
}

.form th {
	text-align: left;
	font-weight: bold;
	color: #0B305C;
	font-size: 9pt;
	background-color: #D1DFEF; /*#D9DFE7;*/
	padding-left: 2px;
	border-top: 10px solid #FFFFFF;
	border-bottom: 1px solid #A3A9B7;
}

.display td {
	border-top:  1px solid #d9dfe7;
	font-size: 8pt;
	padding-left: 2px;
}

.display td table td {
	border: 0px;
}

.details td {
	padding-left: 3px;
	padding-bottom: 5px;
}

th.th2 {
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	font-weight: bold;
	color: #000000;
	font-size: 8pt;
	background-color: #E8E8E8;
	padding-left: 2px;
	border-bottom: 1px solid #A3A9B7;
}

.callout {
	font-size: 8pt;
	background-color: #D1DFEF;
	padding: 4px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.help {
	position: absolute;
	visibility: hidden;
	width: 300px;
	font-size: 8pt;
	background-color: #E9E9E9;
	border: 1px solid #2A5FAA;
	padding: 4px;
	margin: 3px;
}

.hiddendiv {
	width: 99%;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.spacer {
	line-height: 18px;
}