.month
{
    BACKGROUND-COLOR: #808000;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.weekday
{
    BACKGROUND-COLOR: #f0e68c;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black;
}
.selectedDayText
{
    font-size :10px ;
}    
.selectedDay
{
    BACKGROUND-COLOR: #f0e68c;
}

.dayText
{
    font-size :10px ;
}

.day
{
    BACKGROUND-COLOR: white;
}

.notaDay
{
    BACKGROUND-COLOR: #bdb76b;
}

.eventTitle {
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :14px ;
	FONT-WEIGHT: bolder;
	color: #0000FF;
	}

.eventTime {
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :9px ;
	}

SELECT{
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :10px ;
	background :#ffd700;
	border-width :1px ;
	border-color :#800000 ;
	border-spacing :3px ;
	border-style :solid ;
	}
	
INPUT{
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :10px ;
	background :#ffd700;
	border-width :1px ;
	border-color :#800000 ;
	border-spacing :3px ;
	border-style :solid ;
	}

TEXTAREA{
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :10px ;
	background :#ffd700;
	border-width :1px ;
	border-spacing :3px ;
	border-color :#800000 ;
	border-style :solid ;
	}

BODY A {
	COLOR: #800000;
	FONT-FAMILY: MS Sans Serif;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	}
	
BODY A:active {
	COLOR: #800000;
	FONT-FAMILY: MS Sans Serif;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	}
	
BODY A:link {
	COLOR: #800000;
	FONT-FAMILY: MS Sans Serif;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	}
	
BODY A:visited {
	COLOR: #800000;
	FONT-FAMILY: MS Sans Serif;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	}
	
BODY A:hover {
	COLOR: #800000;
	FONT-FAMILY: MS Sans Serif;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	}
	
body {
	font-family: Geneva, Arial, Helvetica, san-serif;
	FONT-SIZE: 8pt;
	padding-top: 0px;
	background-color: #800000;
	margin-top: 10px;
	border-bottom: 0px;
	border-right: 0px;
	margin-left: 10px;
	}
	
td { 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	color: #000000; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 10pt 
	}

.outsideTbl{
	background: #a0522d;
	}

.insideTbl{
	background: #f8f8ff;
	}

.formLabel{
	font-family :Geneva, Arial, Helvetica, san-serif ;
	font-size :12px ;
	}

.subtitle {
	font-size: 15px;
	color: #808000;
	text-decoration: none;
	}

.title {
	font-size: 25px;
	color: #556b2f;
	text-decoration: none;
	font-weight: none;
	}
	
.navCurr {
	font-size: 10px;
	color: #ffd700;
	background-color: #800000;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #bdb76b;
	}

.navOff {
	font-size: 10px;
	color: #800000;
	background-color: #f0e68c;
	cursor: hand;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid white;
	}
	
.navOn {
	font-size: 10px;
	color: #ffd700;
	background-color: #b22222;
	cursor: hand;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid white;
	border-bottom:1px solid black;
	border-top:1px solid black;
	}
	
.heading {
	font-size: 15px;
	color: #dc143c;
	text-decoration: none;
	font-weight: bold;
	}