P { FONT-SIZE: 11px; MARGIN-LEFT: 15px; COLOR: black; LINE-HEIGHT: 14px; MARGIN-RIGHT: 15px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.footer { MARGIN-TOP: 10px; FONT-SIZE: 9px; COLOR: Silver; MARGIN-BOTTOM: 10px; LINE-HEIGHT: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif}
.copyright { MARGIN-TOP: 10px; FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: "800080"; MARGIN-BOTTOM: 10px; LINE-HEIGHT: 10px }
.sidebar { 	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: white }
.reverse { 	FONT-WEIGHT: bold; COLOR: white }
.forms { 	FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: white }
.form { 	FONT-SIZE: 14px; FONT-WEIGHT: bold; COLOR: white }
.indent { MARGIN-LEFT: 40px; COLOR: black; MARGIN-RIGHT: 20px }
.FinePrint { FONT-SIZE: 9px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif }
.font16 { FONT-SIZE: 16px; MARGIN-LEFT: 15px; COLOR: green; LINE-HEIGHT: 20px; MARGIN-RIGHT: 15px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

H1 { FONT-WEIGHT: bold; FONT-SIZE: 20px; MARGIN-LEFT: 20px; COLOR: black; LINE-HEIGHT: 26px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
H2 { FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-LEFT: 20px; COLOR: #FDE563; LINE-HEIGHT: 20px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
H3 { MARGIN-TOP: 10px; FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR:  #FDE563; MARGIN-BOTTOM: 20px; MARGIN-LEFT: 15px; LINE-HEIGHT: 20px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif }
H4 { FONT-SIZE: 16px; MARGIN-LEFT: 20px; COLOR:  #FDE563; LINE-HEIGHT: 20px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

A {	 FONT-SIZE: 11px; COLOR: #008000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none }
A.hdr4 { MARGIN-TOP: 10px; FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: green; MARGIN-LEFT: 5px; LINE-HEIGHT: 22px; FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif }
A.hdr4:hover {COLOR: #800000 }

A.leftlink { FONT-SIZE: 11px; COLOR: white; font-weight: bold }
A.bodylink { FONT-SIZE: 11px; COLOR: DarkGray; font-weight: bold  }
A.leftlink:hover { COLOR: #800080; TEXT-DECORATION: underline }
A:hover {COLOR: #800000 }

A.menu { FONT-SIZE: 11px; COLOR: white; Line-Height: 12px; font-weight: bold; }
A.menu:link {   COLOR: #FFFFFF; TEXT-DECORATION: none  }
A.menu:active {   COLOR: #FFFFFF; TEXT-DECORATION: none  }
A.menu:hover { COLOR: #FDE563; TEXT-DECORATION: underline }

A.submenu { FONT-SIZE: 11px; COLOR: #800080; Line-Height: 12px; font-weight: bold; }
A.submenu:link {   COLOR: #800080; TEXT-DECORATION: none  }
A.submenu:active {   COLOR: #800080; TEXT-DECORATION: none  }
A.submenu:hover { COLOR: green; TEXT-DECORATION: underline }

A.foot { FONT-SIZE: 10px;	COLOR: white;	font-weight: bold; }
A.foot:hover { COLOR: #800000; TEXT-DECORATION: underline }

li { 	MARGIN-LEFT: -10px; MARGIN-TOP: 5px; FONT-SIZE: 11px; COLOR: black; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; LIST-STYLE-TYPE: square}

TD { FONT-SIZE: 11px; MARGIN-LEFT: 15px; COLOR: black; LINE-HEIGHT: 14px; MARGIN-RIGHT: 5px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-REPEAT: no-repeat}
BODY { BACKGROUND-REPEAT: no-repeat}
Table { BACKGROUND-REPEAT: no-repeat}
<style>
body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

/* 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: #008000;
	font-weight: bold;
	}

/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008000;
	background: #FFFACD;
	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: #FFFACD;
	font-weight: bold;
	}

</style>
