/* 
#555 medium grey for body
#CCC really light grey for borders
#999 light grey for CopyRight, NewsDate and ClickDate
#990 olive/gold for NewsTitle, some EventInfo and TD background for Events
#069 blue for links
#960 brown/red
#EBEBCC really really light grey for calendar background borders and CalLink
#7A2D03 for red text
*/

body { background: #FFF; padding: 0px; margin: 0px; border: none;}
body, td, p { font: 12px/16px Georgia, Palatino, serif;	color: #555; text-align: left; }

div.MenuBox { background-color: #FFF; border: none; padding-left: 5px; width: 185px; }
span.CalMonth { font: 11px Georgia, Palatino, serif; color: #990; font-weight: bold; }

div.FrameDiv { border: none; padding: 0px; margin: 0px; width: 190px; height: 600px; text-align: left;}

table.EventTable { border: none; padding: 0px; margin: 0px; font: 11px Georgia, Palatino, serif; color: #FFF; }
table.EventTable td { background-color: #EBEBCC; border: 1px solid #CCC; padding: 2px; margin: 0px; 
	font: 11px Georgia, Palatino, serif; color: #990; text-align: right; width: 20px; }
table.EventTable td.EvEnt { background-color: #990; font: 11px Georgia, Palatino, serif; color: #EBEBCC; width: 20px; }
td.ContentCell { font: 12px/16px Georgia, Palatino, serif;	color: #555; }

p.EventInfo { font: 11px/14px Georgia, Palatino, serif; color: #555; text-align: left; }
span.CalFeatureName { font: 11px/14px Georgia, Palatino, serif; color: #990; font-weight: bold; }

div.NORAZBox { background-color: #FFF; border: none; padding-left: 5px; width: 185px; }
div.NORAZBox a:link { color: #069; text-decoration: underline; }
div.NORAZBox a:hover { color: #069; text-decoration: none; }
div.NORAZBox a:visited { color: #069; text-decoration: none; }