@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #101439;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link.nav  {
	color: #333333;
	text-decoration: none;
}
a:visited.nav  {
	text-decoration: none;
	color: #333333;
}
a:hover.nav  {
	text-decoration: none;
	color: #FF0000;
}
a:active.nav  {
	text-decoration: none;
}
a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
	color: #101439;
}
.copyright {
	color: #FFFFFF;
	font-size: x-small;
}
.small {font-size: x-small}
.red {
	color: #990000;
	font-weight: bold;
}
.xl {
	font-size: xx-large;
	font-weight: bold;
}
.navset {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.calseason {
    font-size: x-large;
	font-weight: bold;
	color: #339966
	}
.eventtitle {
	font-size: large;
	font-weight: bold;
	color: #0000CC
	}
.datetime  {
	font-weight: bold;
	color: #FF3300;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
/* little calendar stuff */
.lilcalbg {
	background-color: #FFFF33;
}
.calendarheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.days {
  font-size: x-small;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }
  
