
a.Links   	       	{color:	#006699; text-decoration:none}
a.Links:link		{color:	#003399; text-decoration:none}
a.Links:visited		{color:	#003399; text-decoration:none}
a.Links:hover 		{color: #FF0000; text-decoration:underline}

.select
{
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.textBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.textGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.bgHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
	background-color: #3399FF;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}
.bgGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.bgCurrentDay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	background-color: #FFFF99;
}
.bgDayListing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
	background-color: #66CCFF;
}
.bgMonthListing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
	background-color: #efefef; /*#3399FF;*/
}


/* Calendar */
 #calInstuctions {font-size:12px; color:blue;    text-decoration:none; font-family:arial; font-weight:600;}
 #calHeader      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:ffffff;}
 #calDay         {font-size:10px; color:#ffffff; text-decoration:none; font-family:verdana,arial,helvetica; font-weight:bold; background:#0B3599;}
 #calCurDay      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:#FFFFC4;}
 #calText        {font-size:10px; color:navy;    text-decoration:none; font-family:arial; font-weight:normal;}
 #calNumber      {font-size:10px; color:black;   text-decoration:none; font-family:arial; font-weight:normal;}
 #calEditNumber  {font-size:10px; color:blue;    text-decoration:none; font-family:arial; font-weight:normal;}
 #calFiller      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:#E6E6E6;}
 #calLinks       {font-family:arial,helvetica; font-size:12px; color:blue; text-decoration:none; font-weight:700;}
 #calLinks:hover {font-family:arial,helvetica; font-size:12px; color:red; text-decoration:none; font-weight:700;}

 .calInstuctions {font-size:12px; color:blue;    text-decoration:none; font-family:arial; font-weight:600;}
 .calHeader      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:ffffff;}
 .calDay         {font-size:10px; color:#ffffff; text-decoration:none; font-family:verdana,arial,helvetica; font-weight:bold; background: #0B3599;}
 .calCurDay      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:#FFFFC4;}
 .calText        {font-size:10px; color:navy;    text-decoration:none; font-family:arial; font-weight:normal;}
 .calNumber      {font-size:10px; color:black;   text-decoration:none; font-family:arial; font-weight:normal;}
 .calEditNumber  {font-size:10px; color:blue;    text-decoration:none; font-family:arial; font-weight:normal;}
 .calFiller      {font-size:10px; color:#666699; text-decoration:none; font-family:arial; font-weight:normal; background:#E6E6E6;}
 .calLinks       {font-family:arial,helvetica; font-size:12px; color:blue; text-decoration:none; font-weight:700;}
 .calLinks:hover {font-family:arial,helvetica; font-size:12px; color:red; text-decoration:none; font-weight:700;}
/* End Calendar */