body {
 scrollbar-face-color: #E8E8E8;
 scrollbar-highlight-color: #FFFFFF;
 scrollbar-3dlight-color: #EEEEEE;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-shadow-color: #C0C0C0;
 scrollbar-arrow-color: #990000;
 scrollbar-track-color: #F9F9F9;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
 margin-left: 0px;
 margin-top: 10px;
 margin-right: 0px;
 margin-bottom: 10px;
 }

h3 {
 font-size: 16px;
 font-weight: bold;
 color: #333333
 }

h4 {
 font-size: 13px
 } 

h5 {  
 font-family: Verdana, Tahoma, "Times New Roman"; 
 font-size: 13px; 
 font-weight: bold; 
 color: #CC0000; 
 background-color: #F2F2F2
 }

td {
 font-size: 12px;
 color: #333333;
 }

table.special td {
 font-size:11px
 }

p {
 text-align:justify
 }

strong,b {
 font-size:13px;
 }

a {
 color: #0033FF;
 } 

#navigation { 
 width: 218px; 
 left:0px; 
 top: 0px; 
 font-family: Verdana, Geneva, Arial; 
 color: #990000; 
 position: relative; 
 clip:  rect(   )
 } 

#navigation ul {
 width: 218px; 
 list-style: none;
 margin: 0; padding: 0;
 font-weight: bold;
 } 

#navigation li { 
 width: 218px; 
 margin: 0; 
 font-size: 13px;
 border-bottom: 1px solid #FDFBFB;
 color:#880000; 
 line-height:16px;
 font-weight: bold; 
 }
 
#navigation li.special a { 
 width: 218px; 
 margin-bottom: 0px; 
 font-size: 13px;
 background-image:   url("cat-bg.gif"); 
 border:1px solid #B9B2B2;
  padding: 5px 6px 6px 10px;
 color:#820024; 
 font-weight: bold; 
 }
 
#navigation li.special a:hover{ 
 width: 218px; 
 font-size: 13px;
 border: 1px solid #820024; 
 background-color: #FFFFFF;
 color:#333333; 
 font-weight: bold; 
 }

#navigation li a {
 width: 218px; 
 display: block;
 border: 1px solid #D9CFCF; 
 padding: 5px 6px 6px 10px;
 background-color: #F2EEEE;
 color: #330000;
 font-size: 12px;
 text-decoration: none;
 font-weight: normal;
 line-height:12px;
 }

#navigation li a:hover {
 width: 218px; 
 padding: 5px 5px 6px 11px;
 background-color: #FFFFFF;
 color: #990000; 
 border: 1px solid #820024; 
 font-size: 12px;
 } 

 html>body #navigation li a {
 width: 218px; 
 }
  
.style2 {
 color: #4E2423
 }

.style3 {
 color: #785856
}

.style5 {
 font-size: 11px
 }

.style7 {
 font-size: 10px; 
 font-weight: bold; 
 }
input.cal {background:url('../images/cal.gif');width:18px;height:18px;border:0px;margin:0px;padding:0px;cursor:hand;}
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #214674; /*#ece9d8;*/
	border: 3px solid #214674;
	}


/* 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;
	margin: 1px;
	padding:5px;
	font-size:12px;
	color:#FFFFFF;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #245C95;
	border: 1px solid #eeeeee;
	}


/* 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: #660000;
	}


/* 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;
	}


td.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: 13px;
	color: #000000;
	font-weight: bold;
	background-color:#E7DBC6;
	padding:4px;
	}

/*  */
.dpTitleText2 {
	font-size: 13px;
	color: #fffff2;
	font-weight: bold;
	background-color:#214674;
	padding:4px;
	}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	background-color: yellow;
	color:#990000;
	font-weight: bold;
	font-size:12px;
	}


/* 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: 3px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background: #d8e8ff;
	font-weight: bold;
	padding: 3px;
	}
