
td, textarea, input, select {
	font-family: tahoma;
	font-size: 11px;
	color: black;
	font-weight: normal;

}
.textBold {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.textColor {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}	

.textBoldColor {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
}


}
.form {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
}



.button {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #003399;
	font-weight: bold;
	border: 1px groove #003399;



	
	
}




.bgMouseOver {
	background-color: #AAC4E5;
}
.bgMouseOff {
}
.textGrey {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
}
.textRed {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}


.bgGrey {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
}
.bgCurrentDay {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	background-color: #FFCC00;
}
.bgDayListing {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #003399;
	background-color: #66CCFF;
}


.bgWhite{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}