<!--
body {
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	}

font,th,td,p {
	font-family: Verdana, Arial, Helvetica, sans-serif
	}
	
p, td {
	font-size : 12;
	color : #000000;
	}
	
hr {
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
	}
	
h1,h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
	text-decoration : none;
	line-height : 120%;
	color : #000000;
	}
 
a:link	{
	color:#2F81AA;
	}
a:visited {
	color:#2F81AA;
	}
a:hover	{
	color:#000000;
	}
	
a.nav:link	{
	color:#730201;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:visited {
	color:#730201;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	}
a.nav:hover	{
	color:#000000;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	}
	
/* Calendar Style */
a.arrows:link			{color:#4581BE; text-decoration:none;}
a.arrows:visited		{color:#4581BE; text-decoration:none;}
a.arrows:hover			{color:#000000; text-decoration:none;}
	
a.calendar:link			{color:#FFFFFF; text-decoration:none;}
a.calendar:visited		{color:#FFFFFF; text-decoration:none;}
a.calendar:hover		{color:#CCCCCC; text-decoration:none;}

.calendar               {background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 9; color : #000000;}
.calendarHeader         {font-weight: bold; background-color: #eeeeee;}
.calendarSubHeader      {font-weight: bold; background-color: #ffffff;}

.today_color            {background-color: #CDCBB5; color: #000000; font-weight: normal; font-size : 9;}
.event_color            {background-color: #730002; color: #ffffff; font-weight: normal; font-size : 9;}

-->