body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

table {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

ul {
	list-style-image: url(../images/li.gif);
	list-style-type: none;
	}

ol {
	list-style-image: none;
	}

ul.menu {
	font-size: 10px;
	margin-left: 20px;
	padding-left: 0px;
	}

ul.marginless {
	margin-left: 20px;
	padding-left: 0px;
	}
	
li {
	padding-bottom: 3px;
	}

ol li {
	padding-bottom: 8px;
	}

.NoBreakBeforeAfter {
	margin-top: 0px;
	margin-bottom: 0px;
	}
			
.Margin10BL {
	margin-left: 10px;
	margin-bottom: 10px;
	}

.Margin10TB {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.Margin5TB {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.Margin10LB {
	margin-left: 10px;
	margin-bottom: 10px;
	}

.Margin10L {
	margin-left: 10px;
	}
	
.Margin10R {
	margin-right: 10px;
	}
	
.Margin20L {
	margin-left: 20px;
	}
	
.Margin20R {
	margin-right: 20px;
	}
	
.focus {
	color: #AC0000;
	}

.top {
	background-color: #848B7B;
	text-align: center;
	}
	
.nav {
	font-size: 11px;
	font-weight: bold;
	color: #AC0000;
	}

.header {
	font-size: 13px;
	font-weight: bold;
	color: #AC0000;
	}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}

.subTitle {
	font-size: 12px;
	font-weight: none;
	color: #666666;
	font-style: italic;
	}

.newsDate {
	color: #666666;
	font-size: 10px;
	}
	
.text {
	font-size: 12px;
	color: #666666;
	}

.footnote {
	font-size: 10px;
	color: #666666;
	}

.note {
	font-size: 10px;
	}
	
.new {
	font-size: 10px;
	color: #AC0000;
	}

.updated {
	font-size: 10px;
	color: #000000;
	}

.fileType {
	font-size: 10px;
	}
	
.error {
	color: #AC0000;
	}

.alert {
	color: #AC0000;
	font-weight: bold;
	}
	
.warning {
	color: red;
	}

.promo {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}
	
.label {
	font-size: 12px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	}

.required {
	color: #AC0000;
	font-size: xx-small;
	font-weight: bold;
	}
	
.boldLabel {
	font-size: 12px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	}

/* formats are enclosed with parenthesis */
.format {
	font-size: 10px;
	color: #000000;
	}
	
/* examples are not */
.example {
	font-size: 10px;
	font-style: italic;
	}

.caption {
	color: #000000;
	font-size: 10px;
	}
	
.newsHeading {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 150%;
	}

.newsThumbnail {
	border: 0;
	float: left;
	margin: 3px 10px 3px 0;
	}
	
.pdfIcon {
	border: 0;
	float: left;
	margin: 3px 5px 3px 0;
	}
	
.newsLandD {
	color: #000000;
	}
	
.ellipse {
	color: #AC0000;
	font-weight: bold;
	}

.asterisk {
	color: #AC0000;
	}

a:link {
	color: #666666;
	}

a:visited {
	color: #848B7B;
	}

a:hover {
	color: #AC0000;
	}

a:active {
	color: #AC0000;
	}
	
a.header:link {
	color: #AC0000;
	text-decoration: none;
	}
	
a.header:visited {
	color: #AC0000;
	text-decoration: none;
	}
	
a.header:hover {
	color: #AC0000;
	text-decoration: underline;
	}

a.header:active {
	color: #AC0000;
	text-decoration: underline;
	}
	
.box { /* deprecated */
	border-bottom: solid 1px #848B7B;
	border-left: solid 1px #848B7B;
	border-top: solid 1px #848B7B;
	border-right: solid 1px #848B7B;
	background-color: #FFFFD5;
	}

.errorBox { /* deprecated */
	border-bottom: solid 1px #848B7B;
	border-left: solid 1px #848B7B;
	border-top: solid 1px #848B7B;
	border-right: solid 1px #848B7B;
	background-color: #FFFFD5;
	}
	
.errorMessage {
	font-size: 12px;
	color: #AC0000;
	border-bottom: solid 1px #848B7B;
	border-left: solid 1px #848B7B;
	border-top: solid 1px #848B7B;
	border-right: solid 1px #848B7B;
	background-color: #FFFFD5;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(../images/error.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	height: 40px;
	margin-bottom: 20px;
	}

.errorHeading {
	font-weight: bold;
	}

.message {
	font-size: 12px;
	color: #666666;
	border-bottom: solid 1px #848B7B;
	border-left: solid 1px #848B7B;
	border-top: solid 1px #848B7B;
	border-right: solid 1px #848B7B;
	background-color: #F6F5FF;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	height: 40px;
}

.messageHeading {
	font-weight: bold;
	}

.messageBox {
	border-bottom: solid 1px #848B7B;
	border-left: solid 1px #848B7B;
	border-top: solid 1px #848B7B;
	border-right: solid 1px #848B7B;
	background-color: #F6F5FF;
	}
	
/* begin tabulated data classes */
table.data {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

table.data td.TH_first {
	border-bottom: solid 1px #848B7B;
	border-left: none;
	text-align: center;
	vertical-align: bottom;
	}

table.data th.opening {
	border-bottom: solid 1px #848B7B;
	border-left: none;
	text-align: center;
	vertical-align: bottom;
	}

table.data td.TH {
	border-bottom: solid 1px #848B7B;
	border-left: dashed 1px #848B7B;
	text-align: center;
	vertical-align: bottom;
	}
	
table.data th {
	border-bottom: solid 1px #848B7B;
	border-left: dashed 1px #848B7B;
	text-align: center;
	vertical-align: bottom;
	}
	
table.data td.first {
	border-left: none;
	}

table.data td.firstLeft {
	border-left: none;
	text-align: left;
	}

table.data td {
	border-left: dashed 1px #848B7B;
	}
	
table.data td.TF_first {
	text-align: center;
	border-top: solid 1px #848B7B;
	border-left: none;
	}
	
table.data td.TF {
	text-align: center;
	border-top: solid 1px #848B7B;
	border-left: dashed 1px #848B7B;
	}

table.data tr.textShade {
	font-size: 12px;
	color: #666666;
	background-color: #E5E5E5;
	}
/* end tabulated data classes */

/* begin form classes */
form {
	margin: 0px;
	}

.inputRadio {
	font-size: x-small;
	background-color: transparent;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

.inputCheckbox {
	font-size: x-small;
	background-color: transparent;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	}

.inputSelect {
	color: #000000; 
	font-size: x-small;
	text-decoration: none;
	background-color: #F9F7E8;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	height: 24px;
	border-width: 1px;
	border-style: solid;
	padding-left: 3px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
   
.inputTextarea {
	color: #000000; 
	font-size: x-small;
	text-decoration: none;
	background-color: #F9F7E8;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-width: 1px;
	border-style: solid;
	padding-left: 3px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}

.inputText {
	color: #000000;
	font-size: x-small;
	background-color: #F9F7E8;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-width: 1px;
	border-style: solid;
	padding-left: 3px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}

.formHeader {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 15px;
	text-transform: capitalize;
	white-space: nowrap;
	background-image: url(../images/bullet_sm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
.formSubHeader {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: xx-small;
	font-weight: none;
	padding-left: 18px;
	padding-top: 0px;
	text-transform: none;
	}
	
.formHeaderNote {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
	padding-left: 18px;
	padding-bottom: 5px;
	}
	
.formBlankHeader {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	text-transform: capitalize;
	white-space: nowrap;
	}
	
.formBox {
/*	background-color: #F3F0D5; */
/*	background-color: #F7F4DF; */
	background-color: #F9F7E8;
	width: 100%;
	}
	
.formLabel {
	color: #666666;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 10px;
	width: 150px;
	text-transform: capitalize;
	}
	
.formNote {
	padding-left: 10px;
	padding-right: 10px;
	color: #444444;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
	padding-bottom: 15px;
	width: 400px;
	background-color: #FFFFFF;
	}
	
.formColon {
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 1px;
	background-image: url(../images/vline_dots.gif);
	background-repeat: repeat-y;
	background-position: right top;
	}

.formInput {
	padding: 10px;
	background-color: #FFFFFF;
	color: #666666;
	width: 2000px;
	font-size: x-small;
	text-align: left;
	}
	
.formPaddedNote {
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 10px;
	color: #444444;
	text-decoration: none;
	font-size: x-small;
	font-weight: normal;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(../images/bullet_rightArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
.formLineBreak {
	height: 1px;
	padding: 0px;
	background-image: url(../images/hline_dots.gif);
	}

.formSpacer {
	background-color: #FFFFFF;
	}

.formClosingLineBreak {
	height: 1px;
	padding: 0px;
	background-image: url(../images/dot.gif);
	}

.errorIcon {
	margin-right: 4px;
	}

.notifyError {
	color: #AC0000;
}
/* end form classes */
