BODY, TABLE, TD, { font-family: Verdana, Helvetica, Arial; font-size: 12px; }
a.headline, a.news, a.topic { font-family: Verdana, Helvetica, Arial; font-size: 12px; }
li {  margin-bottom: .5em; margin-top: .5em; margin-left: .5em }
blockquote {  margin-bottom: .5em; margin-top: .5em; margin-left: 3 em }
.linkfooter:link  { COLOR: #FFFFFF; FONT-SIZE: 11; }
.linkfooter:visited { COLOR: #FFFFFF; FONT-SIZE: 11;}
.linkfooter:active { FONT-SIZE: 11; COLOR: #FFFFFF; }
.linkfooter:hover  { FONT-SIZE: 11; COLOR: #00459A; } 

a:link  { COLOR: #00538D;}
a:visited { COLOR: #00538D;}
a:active { COLOR: #00538D;}
a:hover  { COLOR: #939598; TEXT-DECORATION : none;} 

.whitetext { FONT-SIZE: 14; COLOR: #FFFFFF;}
.largetext { FONT-SIZE: 14;}
.mediumtext { FONT-SIZE: 11;}
.smalltext { FONT-SIZE: 9;}

.linkhome:link  { COLOR: #FFFFFF; FONT-SIZE: 18; }
.linkhome:visited { COLOR: #FFFFFF; FONT-SIZE: 18;}
.linkhome:active { FONT-SIZE: 18; COLOR: #;A1CFC2}
.linkhome:hover  { FONT-SIZE: 18; COLOR: #A1CFC2; } 

.linkSub:link  { COLOR: #FFFFFF; FONT-SIZE: 14; }
.linkSub:visited { COLOR: #FFFFFF; FONT-SIZE: 14;}
.linkSub:active { FONT-SIZE: 14; COLOR: #;A1CFC2}
.linkSub:hover  { FONT-SIZE: 14; COLOR: #A1CFC2; } 




#spiffycalendar {
	width: 185px;
	height:130px;
	left: 0px;
	top: 0px;
	background-color: black;
	position: absolute;
	visibility: hidden;
}

.cal-SymbolBtn {
	font-family: Webdings;
	font-size: 8pt;
	outline-style : none;
	outline-width: 0px;	
}

.cal-BtnLink {
	outline-style : none;
	outline-width: 0px;
}

a.cal-DayLink {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;

}
a.cal-DayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: Blue;
}
a.cal-DayLink:active {
   font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}
.cal-TextBox{
    color: Black;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFFF;
}

.cal-TextBoxInvalid{
    color: #660000;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: Red;
	border-style:solid;
}

.cal-TextBoxDisabled{
    color: #808080;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	border-color: silver;
	border-style:solid;
  /*  background-color: #C0C0C0;*/
}


.cal-ComboBox{
    color: Navy;
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #FFFFFF;
}

.cal-Today {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}

.cal-Day {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    color: black;
    background-color: transparent;
}


a.cal-TodayLink {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: red;
    background-color: transparent;
}
a.cal-TodayLink:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: Blue;
}
a.cal-TodayLink:active {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color: #0066FF;
}

.cal-GreyDate {
    font-family: Verdana,  Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
	background-color: #FFFFCC;
    color: #999999;
}

.cal-GreyInvalidDate {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: line-through;
	background-color: #FFFFCC;
    color: #999999;
}

.cal-DayCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	background-color:White; /*#FFFFCC;*/
}

.cal-HeadCell {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	color: Black;
	background-color: #C2C0C0;/* #CCCC99; */
}

.cal-Table{
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-bottom-color:  #666666;
	background-color: #000000;
	border-width:1px;
	border-style: solid;
	cursor: url("spiffycals.cur");
}

