BODY, TD, TH, DL, UL, OL, P {    FONT-FAMILY: Verdana,Sans-serif; FONT-SIZE: 8pt;}
body { margin: 0; padding: 0; }

a:link
{
	color: #000000;
	text-decoration: yes;
}

a:visited
{
	color: #000000;
	text-decoration: yes;
}

a:hover
{
	color: red;
	text-decoration: yes;
}


.title
{
	font-family: Arial, verdana, Geneva;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}


.txt 
{
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size:11px;
   background-color: #FFFFFF;
   border-style: solid;
   border-width: 1px;
}

.submit 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
   	font-size:11px;
	border-style: solid;
   	border-width: 1px;	
}


input,select,textarea 
{
	background-color: #ffffff;
		font-family: arial;
		font-size: 11px;
		color: #000000;
		border: 1 solid #000000;
		scrollbar-face-color: #f0f0f0;
		scrollbar-highlight-color: #f0f0f0;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #d0d0d0;
		scrollbar-shadow-color: #e0e0e0;
		scrollbar-arrow-color: #008000;
		scrollbar-track-color: #c0c0c0;
}
 

h3 { font-size:11px; }


p { }
.warn { color: #FF0000; }	
.star { color: #FF0000; }

UL { list-style-type: square; }
.red { color: #FF0000; }

/* Month and Year Setup */
.monthYearText {
  font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 11px; 
	font-weight: Bold; 
	color: #6B735E;
	}
/* Day Name Setup */
.dayNames {
    font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	font-weight: Bold; 
	color: #404040;
	}
/* Main Table Setup */
.mainTable {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #404040;
	background-color: #A9B396;
 }
/* Day Name Row Setup */
.dayNamesRow {
  line-height: 11pt;
	background-color: #FFFFFF;
	background-image: url(days.gif);
	text-align: center;
	vertical-align: middle;
	}
/* Month and Year Row Setup */
.monthYearRow {
  line-height: 11pt;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	}
/* TR alignments */
.rows {
    line-height: 11pt;
	text-align: center;
	vertical-align: middle;
	}
/* Color of Today's Date */
.today {
	color: #CF0000;
    }

/*
The classes below determine how the calendar 
will look in TD background GRAPHIC mode.
*/

/* Normal Cell Background Graphic */
.s2 {
	background-image: url(calendar/gstat.gif);
	background-color: #FFFFFF;
	}
/* Empty Cell Background Graphic */
.s20 {
	background-image: url(calendar/gstat5.gif);
	background-color: #FFFFFF;
	}
/* Mark Start Cell Background Graphic */
.s21 {
	background-image: url(calendar/gstat2.gif);
	background-color: #B5C3DE;
	}
/* Mark Solid Cell Background Graphic */
.s22 {
	background-image: url(calendar/gstat2.gif);
	background-color: #B5C3DE;
	}
/* Mark End Cell Background Graphic */
.s23 {
	background-image: url(calendar/gstat2.gif);
	background-color: #B5C3DE;
	}
/* Mark End/Start Cell Background Graphic */
.s24 {
	background-image: url(calendar/gstat2.gif);
	background-color: #B5C3DE;
	}