

A {color:#000; font-weight:bold; text-decoration:underline;}
A:hover {text-decoration:underline;}

.pagetitle {font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; color: #FFFFFF;}
.submenu {font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; color: #FFFFFF; line-height: 13pt; padding-right: 5pt; padding-top: 5pt; padding-left: 5pt; padding-bottom: 5pt;}

.smalltext  {font-family: Arial, Helvetica; font-size: 8pt; color: #000000; font-weight: normal;}
.text {font-family: Arial, Helvetica; font-size: 9pt; color: #000000; font-weight: normal; line-height: 13pt;}
.bigtext {font-family: Arial, Helvetica; font-size: 10pt; color: #000000; font-weight: normal; line-height: 13pt;}

.paging {font-family: Arial, Helvetica; font-size:9pt; font-weight: bold; color: #FFFFFF; text-decoration:none;}

.whiteheader {font-family: Arial, Helvetica; font-size: 14pt; font-weight: bold; color: #FFFFFF;}
.paddedtext {font-family: Arial, Helvetica; font-size: 8pt; color: #000000; line-height: 13pt; padding-right: 5pt; padding-top: 5pt; padding-left: 5pt; padding-bottom: 5pt;}
.paddedpagetitle {font-family: Arial, Helvetica; font-size: 10pt; font-weight: bold; color: #FFFFFF; padding-top: 2pt; padding-bottom: 2pt;}
.dataOddRow {background-color: #e7f0fa;}
.dataEvenRow {background-color: #CEE5F2;}



.specialChars {font-family : "Wingdings 3";}

.boxheader {font-family: Arial, Helvetica; font-size: 8pt; font-weight: bold; color: #FFFFFF; padding-right: 3pt; padding-top: 3pt; padding-left: 3pt; padding-bottom: 3pt;}


/*calendar styles */		
	.calendar {
		width:100%;
		margin:0;
		background-color:#ccc;
		color:#000;
		font-size:85%;
		line-height:120%;
		}
	.calmonth {
		background-color:#8AC6E8;
		color:#fff;
		}
	.calweekdays {
		background-color:#eee;
		text-align:center;
		color:#666;
		}
	.calnoday {
		background-color:#eee;
		}
	.calday {
		width:20px;
		background-color:#fff;
		text-align:center;
		}
	.caltoday {
		border:2px solid #09c;
		font-weight:bold;
		}
	.calevent {
		background-color:#def;
		color:#069;
		font-weight:bold;
		}