BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
}

a:link {color: #C5D92A; text-decoration: none}
a:visited {color: #C5D92A; text-decoration: none}
a:hover {color: #7AA1E2; text-decoration: underline; cursor: hand}
a:active {color: #7AA1E2; text-decoration: none
}

.quicklinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;

}

.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #7AA1E2;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #7AA1E2;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pics {
	border: 7px solid #FFFFFF;
}

/* Events Listing Styles */
TABLE.Events {
   border: solid 0 red; 
   margin: 2 2 2 2; 
   padding: 2 2 2 2;
   font-family: Arial;
   font-size: 10pt;
   width: 100%;
   height: 100%;
}

TABLE.Events TH {
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#D3E3FC,endColorStr=#89ABE2);
   font-family: Verdana;
   text-align: center;
	font-weight: bold;
	font-size: 8pt;
	height: 15px;
	color: #1D387A;
}
TABLE.Events TD {
   font-family: Arial;
   font-size: 8pt;
   color: #1D387A;
   height: 20%;
}
TABLE.Events TD.CurrentMonthTitle
{
   color: White;
   font-size: 14pt;
   font-weight: bold;
   padding: 2 10 2 10; 
   white-space: nowrap; 
   text-align: center;   
}

TABLE.Events TD.Today {
   font-family: Verdana;
	font-size: 8pt;
   text-align: right;
   vertical-align: top;
   background-color: yellow;
   border: solid 1px yellow;
   width: 14%;
   padding: 1 1 1 1;
}
TABLE.Events TD.CurrentMonth {
   font-family: Verdana;
	font-size: 8pt;
   text-align: right;
   vertical-align: top;
   background-color: #f6f6f6;
   border: solid 1px #f6f6f6;
   width: 14%;
   padding: 1 1 1 1;
}
TABLE.Events TD.NotCurrentMonth {
   font-family: Verdana;
	font-size: 8pt;
   text-align: right;
   vertical-align: top;
   background-color: #d6d6d6;
   border: solid 1px #d6d6d6;
   width: 14%;
   padding: 1 1 1 1;
}

TABLE.Events TD A {
   font-size: 8pt;
   color: #1D387A;
   text-decoration: none;
}
TABLE.Events TD A:visited {
   font-size: 8pt;
   color: #1D387A;
   text-decoration: none;
}
TABLE.Events TD A:hover {
   font-size: 8pt;
   color: #1D387A;
   text-decoration: underline;
}

