body {
	background-color: #739C7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	/* letter-spacing: 1px; */
	}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* letter-spacing: 1px; */
	}
a img {
	border: 0px;
	}
h6 {
  font-style: italic;
  font-weight: normal;
  margin-top: 0px;
}
h4 {
	margin-bottom: 0px;
	}
input,select {
	font-size: 11px;
	}

#annHdr {
	margin-bottom: 0px;
	background-color: #B67D24;
	width: 172px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #eeeeee;
	}




.tabData td {
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	text-align: left;
	font-size: 11px;
	vertical-align: bottom;
	}

.row0 {
	background-color: white;
	text-align: left;
	}
.row1 {
	background-color: #e3e3e3;
	text-align: left;
	}
#allAnn td {
	padding-left: 7px;
	padding-right: 7px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	}


#upFileForm label {
	width: 110px;
	float: left;
	}



.divMain {
	width: 725px;
	background-image: url(../../images/interface/bkgd_lines.jpg);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left: 8px solid #004812;
	border-right: 8px solid #004812;
	background-color: #004812;
}
.divMain table {
	margin-left: auto;
	margin-right: auto;
	}

.divTop {
	background-color: #004812;
	height: 30px;
	}
.divTopArch {
	height: 114px;
	background-image: url(../../images/interface/top_arch.gif);
	text-align: center;
  	background-repeat: no-repeat;
  	background-position: bottom;
}
.divBotArch {
	background-image: url(../../images/interface/bot_arch.gif);
	height: 123px;
	text-align: center;
	font-size: 9px;
	color: white;
	margin-top: -65px;
	}
.divEhl {
	background-color: #004812;
	font-size: 9px;
	color: #e3e3e3;
	}
.divPhNm {
	text-align: center;
	margin-top: -90px;
	margin-right: 25px;
	margin-left: 150px;
	}
.divBx1 {
	background-image: url(../../images/interface/mid_lftBox_02.gif);
	color: #e3e3e3;
	margin-top: -3px;
	}

.menButtonOut,.menButtonOver {
	text-align:center;
	font-size: 11px;
	letter-spacing: normal;
	width:144px;
	height:27px;
	margin-left:8px;
	text-decoration: none;
	color: #1D522F;
	cursor:pointer;
	}
.menButtonOut div {
	padding-top: 5px;
	cursor:pointer;
	}
.menButtonOver div {
	padding-top: 6px;
	cursor:pointer;
	}

#aeList img {
	border: 1px solid black;
	cursor: pointer;
	}
#aeList a {
	color: black;
	}

#aeList td {
	vertical-align: top;
	padding-bottom: 10px;
	}

.contArea {
	margin-left: 25px;
	}

.allLinks {
	font-size: 11px;
	}

.allLinks a {
	color: white;
	}

#annDiv {
	background-color: white;
	text-align: left;
	width: 167px;
	height: 150px;
	overflow: auto;
	border: 1px solid #ccc;
	padding-left: 5px;
	}

.gsfAUS {
	background-color: red;
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	font-size: 14px;
	border: 1px solid black;
}



.btnSend, .btnReset {
	border: 1px solid black;
	color: black;
	}
.btnSend {
	background-color: #CEBE09;
	}
.btnReset {
	background-color: red;
	}
.btnSendOver, .btnResetOver {
	border: 1px solid red;
	color: white;
	background-color: black;
	}
.btnSendOver {
	border: 1px solid #CEBE09;
	}
.btnResetOver {
	border: 1px solid red;
	}


/* THIS IS FOR THE JAVASCRIPT CALENDAR POPUP */

/* the div that holds the date picker calendar */
.dpDiv {
	}

/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}

/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}

/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}

/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}

/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}

/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}

/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}

/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}

/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.header {
	font-weight: bold;
	font-size: 14px;
	}

