
/* 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 */
.anchhead	 { font-size: 12pt; font-family: Arial,Tahoma, Helvetica; color:#0000FF; text-decoration:none; font-style:bold,italic }
a	         { font-size: 10pt; font-family: Tahoma, Helvetica; color:#0000FF; text-decoration:none }
.menu        { font-size: 10pt; font-family: Tahoma, Helvetica; color:#00FFFF; text-decoration:none }
a:hover      { color:#FFFF00; 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:#00FFFF; text-decoration:none }
.white	     { font-size: 10pt; font-family: Tahoma, Helvetica; color:#FFFFFF; text-decoration:none }
.copyright   { font-size: 8pt; font-family: Tahoma, Helvetica }
.tiny        { font-size: 8pt; font-family: Tahoma, Helvetica; text-decoration:none }
hr           { width: 75%; height: 1 }
.fullhr      { width: 100%; height: 1 }
.blacktd     { color:#FFFFFF; }

.username 			 { font-size: 10pt; font-family: Tahoma, Helvetica; text-decoration:none; color: #000000; }
:hover.username	 	 { font-size: 10pt; font-family: Tahoma, Helvetica; text-decoration:none; color: #000000; }
.usernamesm			 { font-size: 8pt; font-family: Tahoma, Helvetica; text-decoration:none; color: #000000; }
:hover.usernamesm	 { font-size: 8pt; font-family: Tahoma, Helvetica; text-decoration:none; color: #000000; }

.tdtitle	 { font-size: 10pt; font-family: Tahoma, Helvetica; background-color:#00AAAA; color:#FFFFFF; }
.tdtext		 { font-size: 10pt; font-family: Tahoma, Helvetica; background-color:#AAAAAA; color:#000000; }
.faqtable	 {display:none; width:100%}

/* Titles on main page */
h1     { font-size: 16pt; 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 }
