.TopNav1 {
	font-weight: bold;
	font-size: 9pt;
	color: #333333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
}

	.TopNav1:hover {
		font-weight: bold;
		font-size: 9pt;
		color: #ffa000;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		cursor: default;
	}

.AppName {
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.AppVersion {
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.MenuNav1 {
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
}

	.MenuNav1:hover {
		font-weight: normal;
		font-size: 8pt;
		color: #ffa000;
		font-style: normal;
white-spac		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		cursor: default;
	}

.Submit {
	font-weight: bolder;
	font-size: 9pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dddddd;
}

.SubHead1 {
	font-weight: bold;
	font-size: 16pt;
}

.SubHead2 {
	font-weight: bold;
	font-size: 12pt;
}

.SubHead3 {
	font-weight: bold;
	font-size: 10pt;
}

.ColumnHead1 {
	font-weight: bold;
	font-size: 8pt;
}

.Data1 {
	font-weight: normal;
	font-size: 8pt;
}

.copyright {
	font-size: 8pt;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.OrangeButton {
	font-family: arial;
	font-size: 12px;
	background-color: #FFC634;
	border: 1px solid #999999;
}

.checkbox {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

BODY {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}

P {
	font-size: 9pt;
}

TD {
	font-size: 9pt;
}

A {
	font-weight: normal;
	font-size: 8pt TEXT-DECORATION: underline;
	color: #000000;
}

	a:hover {
		font-weight: bold;
		font-size: 8pt;
		text-decoration: underline;
		color: #ff9900;
	}

INPUT {
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #999999;
}

SELECT {
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

TEXTAREA {
	font-family: arial;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

#prevCountry, #prevState {
	width: 200px;
}

* > :disabled {
	background-color: rgba(149,149,149,.55);
	color: rgba(111,111,111,.45);
}
