.grey-normal-txt {
	color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copyright-txt1 {
	color: #9F9A7A;
	font-size: 11px;
	font-family: Tahoma;
}
.white-bold-txt1 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-normal-txt {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.required {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red-normal-txt {
	color: #FF0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.darkred-normal-txt {
	color: #B61600;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.yellow-bold-txt {
	color: #FFCC00;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.white-heading-1 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-heading-tx1 {
	color: #A61600;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.black-heading-txt1 {
	color: #000000;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.red-heading-txt1 {
	color: #BA1813;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #4F4F4F;
}
a:link {
	color: #B61600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B61600;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.darkred-links:link {
	color: #B61600;
	text-decoration: none;
}
.darkred-links:visited {
	text-decoration: none;
	color: #B61600;
}
.darkred-links:hover {
	text-decoration: none;
	color: #333333;
}
.darkred-links:active {
	text-decoration: none;
	color: #333333;
}
.grey-links:link {
	color: #CCCCCC;
	text-decoration: none;
}
.grey-links:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.grey-links:hover {
	text-decoration: none;
	color: #FFC900;
}
.grey-links:active {
	text-decoration: none;
	color: #FFC900;
}
.black-links:link {
	color: #000000;
	text-decoration: none;
}
.black-links:visited {
	text-decoration: none;
	color: #000000;
}
.black-links:hover {
	text-decoration: none;
	color: #B61600;
}
.black-links:active {
	text-decoration: none;
	color: #000000;
}
.current-submenu-page-links:link {
	color: #B61600;
	text-decoration: none;
}
.current-submenu-page-links:visited {
	text-decoration: none;
	color: #B61600;
}
.current-submenu-page-links:hover {
	text-decoration: none;
	color: #B61600;
}
.current-submenu-page-links:active {
	text-decoration: none;
	color: #B61600;
}
.yellow-links:link {
	color: #f2c81e;
	text-decoration: none;
}
.yellow-links:visited {
	text-decoration: none;
	color: #f2c81e;
}
.yellow-links:hover {
	text-decoration: none;
	color: #f2c81e;
}
.yellow-links:active {
	text-decoration: none;
	color: #f2c81e;
}
.green-links:link {
	color: #9F9A7A;
	text-decoration: none;
}
.green-links:visited {
	text-decoration: none;
	color: #9F9A7A;
}
.green-links:hover {
	text-decoration: none;
	color: #9F9A7A;
}
.green-links:active {
	text-decoration: none;
	color: #9F9A7A;
}

/* 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) 
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
*/
.dpDayHighlightTD {
	background-color: #000000;
	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: black;
	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)
color: 4060ff; */ 
.dpDayHighlight {
	color: #FFCC00;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background: #FF0000;
	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: white;
	background: #FF0000;
	font-weight: bold;
	}
