/* BEGIN: Default HTML Settings */
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	FONT: 9pt Arial,Tahoma,Sans-Serif,Verdana;
	COLOR: #333333;
}

TD {
	font-weight:normal;
	color:#333333;
	font-size: 10pt;
	text-decoration: none;
}

A {
	COLOR: #333333;
	text-decoration: none;
}

A:hover {
	COLOR: #333333;
	text-decoration: underline;
}

A:visited {
	COLOR: #333333;
	text-decoration: none;
}

A:active {
	COLOR: #428ED5;
	text-decoration: none;
}

H1 {
	FONT-SIZE: 22px;
	MARGIN: 0px;
	COLOR: #333333;
}

H2 {
	FONT-SIZE: 20px;
	MARGIN: 0px;
	COLOR: #333333;
}

H3 {
	FONT-SIZE: 18px;
	MARGIN: 0px;
	COLOR: #333333;
}

H4 {
	FONT-SIZE: 16px;
	MARGIN: 0px;
	COLOR: #333333;
}

HR {
	COLOR: #333333;
	HEIGHT: 1px;
	border-bottom: 1px solid #888888;
	border-top: 0px solid #888888;
	border-left: 0px solid #888888;
	border-right: 0px solid #888888;
}
/* END: Default HTML Settings */

/* BEGIN: Default Content Settings */
.hide {
	display: none;
}

.altcolor {
	color: #333333;
}

.altcolorBold {
	color: #333333;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.small, a.small:link, a.small:visited, a.small:hover {
	font-size: 8pt;
	color: #333333;
}

.smallWhite, a.smallWhite:link, a.smallWhite:visited, a.smallWhite:hover {
	font-size: 8pt;
	color: #FFFFFF;
}

.smallBlack, a.smallBlack:link, a.smallBlack:visited, a.smallBlack:hover {
	font-size: 8pt;
	color: #333333;
}

.normal, a.normal:link, a.normal:visited, a.normal:hover {
	font-weight: normal;
	font-size: 10pt;
	color:#333333;
}

.normalBold, a.normalBold:link, a.normalBold:visited, a.normalBold:hover {
	font-weight: bold;
	font-size: 10pt;
	color:#333333;
}

.heading, a.heading:link, a.heading:visited, a.heading:hover {
	font-weight: bold;
	font-size: 12pt;
	color:#333333;
}

.headingbold, a.headingbold:link, a.headingbold:visited, a.headingbold:hover {
	font-weight: bold;
	font-size: 12pt;
	color:#333333;
}

.subheading, a.subheading:link, a.subheading:visited, a.subheading:hover {
	font-weight: normal;
	font-size: 11pt;
	color:#333333;
}

.subheadingbold, a.subheadingbold:link, a.subheadingbold:visited, a.subheadingbold:hover {
	font-weight: bold;
	font-size: 11pt;
	color:#333333;
}

.posted, a.posted:link, a.posted:visited, a.posted:hover {
	font-weight: normal;
	font-size: 10pt;
	color:#333333;
	font-style: italic;
}

.inputbox {
	font-size: 10pt;
	background: #FFFFFF;
	color: #333333;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
}

.submit {
	font-size: 10pt;
	background: #888888;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	border-left: 1px solid #888888;
}
/* END: Default Content Settings */