body
{
	font-size: 8pt;
	color: white;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
.whiteSmallText
{
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial;
}
.orangeSmallText
{
	font-size: 8pt;
	color: #f26522;
	font-family: Arial;
}
.orangeMediumText
{
	font-size: 9pt;
	color: #f26522;
	font-family: Arial;
}
.orangeLargeText
{
	font-size: 10pt;
	color: #f26522;
	font-family: Arial;
}
.orangeLargeBoldText
{
	font-weight: bold;
	font-size: 10pt;
	color: #f26522;
	font-family: Arial;
}
.yellowSmallText
{
	font-size: 8pt;
	color: #f79419;
	font-family: Arial;
}
.yellowLargeText
{
	font-size: 10pt;
	color: #f79419;
	font-family: Arial;
}
.yellowLargeBoldText
{
	font-weight: bold;
	font-size: 10pt;
	color: #f79419;
	font-family: Arial;
}
.grayLargeText
{
	font-size: 10pt;
	color: #252525;
	font-family: Arial;
}
.grayLargeBoldText
{
	font-weight: bold;
	font-size: 10pt;
	color: #252525;
	font-family: Arial;
}
.grayVeryLargeBoldText
{
	font-weight: bold;
	font-size: 12pt;
	color: #252525;
	font-family: Arial;
}
a
{
	font-size: 10pt;
	color: #f26522;
	font-family: Arial;
}

img.bordered {
	border-style: solid; 
	border-width: 2px; 
	border-color: #f26522;
}

input.inputtext {
	font-size: 9pt;
	color: #252525;
	font-family: Arial;
	width: 230px;
	height: 21px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

select.inputtext {
	font-size: 9pt;
	color: #252525;
	font-family: Arial;
	width: 230px;
	height: 21px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
