/*  style sheets for the whole site */

.home-content {
	font-family: Arial;
	font-size: 17px;
	line-height: 28px;
	color: #FFFFFF;
	font-style: italic;
}

.home-content-signature {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.content {
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
}

.content-bold {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 19px;
	font-weight : bold;
}

.content-16-bold {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 19px;
	font-weight : bold;
}




/*  style sheets for the home page */

.content-home {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: White;
}




/*  style sheets for the calendar section */

.year {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.month {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.month-home {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background-color: White;
}

.month-link-next {
	font-family: Tahoma;
	font-size: 14px;
	text-align: right;
}

.month-link-previous {
	font-family: Tahoma;
	font-size: 14px;
}

.day {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	text-align : center;
	width: 14%;
}

.day-cell {
	width: 14%;
	height: 70px;
	border-color: Black;
}

.day-cell-table {
	width: 100%;
	border: none;
	padding: 0px;
}

.day-number {
	font-family: Tahoma;
	font-size: 10px;
	color: White;
	text-align : right;
	background-color: #E22126;
	padding: 2px;
}

.day-text {
	font-family: Tahoma;
	font-size: 9px;
	color: Black;
	padding: 2px;
}