/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	scrollbar-face-color: #605E5C;
	scrollbar-highlight-color: #6B6968;
	scrollbar-shadow-color: #605E5C;
	scrollbar-3dlight-color: #6B6968;
	scrollbar-arrow-color:  #FFFFFF;
	scrollbar-track-color: #4B4847;
	scrollbar-darkshadow-color: #000000;
}

.txt01white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt02white10pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt01whitebold11pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.txt03orange11pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #E43912;
	text-decoration: none;
}
.txt04greybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #BCBCBC;
	text-decoration: none;
}
.txt02orange10pt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #E03A12;
	text-decoration: none;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #30221F;
	width: 100%;
	border: none;
	padding: 3px;

}
