@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; color: #333333;
	margin: 20 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #FFFFFF;
}

.orange			{ color: #006633; font-weight: bold; }
.iorange		{ color: #FF9900; font-weight: bold; }
.lgorange		{ font-size: 16px; color: #FF9900; font-weight: bold; }
.lgblue			{ font-size: 16px; color: #006699; font-weight: bold; }
.lggray			{ font-size: 16px; color: #444444; font-weight: bold; }
.xlgwhite		{ font-size: 20px; color: #FFFFFF; font-weight: bold; }
.xlgorange		{ font-family: "Times New Roman", Times, serif; font-size: 32px; color: #003366; font-weight: bold; }
.xlggray		{ font-size: 18px; color: #009933; font-weight: bold; }
.xlgblk			{ font-size: 22px; color: #191919; font-weight: bold; }
.xmlgblk		{ font-size: 20px; color: #191919; font-weight: bold; }
.slgorange		{ font-size: 12px; color: #FF9900; }
.slgblk			{ font-size: 12px; color: #191919; }
.slggray		{ font-size: 12px; color: #444444; }
.vslgorange		{ font-size: 11px; color: #FF9900; }
.vslgblk		{ font-size: 11px; color: #191919; }
.vslggray		{ font-size: 11px; color: #444444; }


#footer			{ font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; padding: 20px; color: #FFFFFF; }

/*FORM LAYOUTS*/
form div			{ margin: 0 0 0.25ex 0;	clear: left; padding-top: 0.3em;  }
form div.right		{ margin-left: 5em;}
label				{ width: 10.5em; display: block; float: left; padding-left: 0em; padding-top: 0.3em; }
label.secondary 	{ float: none; width: auto; font-weight: normal; margin: 0.25ex 0 0 9em; padding-left: 1.5em; }
form div.actions	{ margin-left: 10.5em; padding-left: 0em; }
form div.actions2	{ margin-left: 0em; padding-left: 0em; }
