SELECT {
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	font-size : 12
}
INPUT {
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	font-size : 12
}
P {
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	font-size : 12;
	color: #000000;
}
TEXTAREA {
	font-family : Verdana, Arial, Helvetica;
	font-style : normal;
	font-size : 12
}

BODY {
	font-family : Verdana, Arial, Helvetica;
	font-size : 12;
	font-style : normal;
	color : black;
}

H1 {
	font-size : 18;
	font-weight : bold;
	color: #000000;
}

H2 {
	font-size : 16;
	color: #000000;
}

H3 {
	font-size : 14;
	font-weight : bold;
	color: #000000;
}

H4 {
	font-size : 12;
	font-weight : bold;
	color: #404B47;
}

H5 {
	font-size : 10;
	font-weight : bold;
	color: #404B47;
}
TD {
	font-size : 10;
}

A:ACTIVE {
	color : red;
}
A:HOVER {
	font-style : underline;
	color : blue;
}
A:VISITED {
	color : blue;
}
A:LINK {
	color : blue;
}
.dayofweek {
	color: #FFFFFF;
	font-size: 12px;
	background: #404B47;
}
.monthtable {
	background: #404B47;
	color: #FFFFFF;
}
.notactive {
	background: #98A39F;
	color: #FFFFFF;
	height: 70px;
	width: 70px;
}
.isactive {
	background: #FFFFFF;
	color: #000000;
	height: 70px;
	width: 70px;
}
.currentday {
	background: #404B47;
	color: #FFFFFF;
	height: 70px;
	width: 70px;
}
a.eventlink {
	color: #404B47;
	font-size: 10px;
	text-decoration:none;
}
.currentday a.eventlink {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration:none;
}
