
/* This is for the headers of each news item */
h3           { font-size: 14pt; font-family: Tahoma, Helvetica }
h4           { font-size: 12pt; font-family: Tahoma, Helvetica }

/* Normal text */
a	         { font-size: 10pt; font-family: Tahoma, Helvetica; color:#0000FF; text-decoration:none }
a:hover      { font-size: 10pt; font-family: Tahoma, Helvetica; color:#00FFFF; text-decoration:none }
p	         { font-size: 10pt; font-family: Tahoma, Helvetica }
body         { font-size: 10pt; font-family: Tahoma, Helvetica; background-color:#FFFFFF }
tr           { font-size: 10pt; font-family: Tahoma, Helvetica }
td           { font-size: 10pt; font-family: Tahoma, Helvetica }
.head	     { font-size: 10pt; font-family: Tahoma, Helvetica; color:#FFFF00; text-decoration:none }
.copyright   { font-size: 8pt; font-family: Tahoma, Helvetica }
hr           { width: 70%; height: 1; color:#666666; }
.fullhr      { width: 100%; height: 1 }
.blacktd     { color:#FFFFFF; }
.error		 { background:red; color:white; font-weight:bold; text-align:center; padding:10px; width: 50%; }
.errortext	 { background:white; color:red; font-weight:bold; }

/* Titles on main page */
h1     { font-size: 28pt; font-family: Tahoma, Helvetica; font-weight:bold }
h2     { font-size: 14pt; font-family: Times New Roman, Serif; font-style:italic }

/* Calender */
.month
{ BACKGROUND-COLOR: silver; COLOR: black; FONT-FAMILY: Tahoma, Helvetica;  FONT-WEIGHT: bolder }
.dropdown
{ BACKGROUND-COLOR: silver; COLOR: black; FONT-FAMILY: Tahoma, Helvetica }
.weekday
{ BACKGROUND-COLOR: white; COLOR: black; FONT-FAMILY: Tahoma, Helvetica; FONT-WEIGHT: bolder }
.eventLabel
{ COLOR: black; FONT-FAMILY: Tahoma, Helvetica; FONT-WEIGHT: bolder; TEXT-ALIGN: right }
.eventText
{ COLOR: black }
.selectedDay
{ BACKGROUND-COLOR: yellow }
.day
{ BACKGROUND-COLOR: white }
.notaDay
{ BACKGROUND-COLOR: silver }
