.copy {
	font-family: Arial;
	font-size: 9px;
	color: 7AB7C2;
}
a:hover {
 	text-decoration: underline;
	color: #737F63;
}
.links {
 	text-decoration: none;
}
.buttons {
 	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.text {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.title {
	font-family: Tahoma;
	color: #737F63;
	font-size: 22px;
}

.subsc_text {
 	font-family: Verdana;
	font-size: 13px;
}
/*----- Calendar styles ------*/
.calTab {
	background-color: #FFFFFF;
	border: 1px solid #EEE5BD;
	font-family: Verdana;
	font-size: 11px;
}
.calLinks {
	color: #000000;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
}
a.calLinks:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
.calNav {
	background-color: #EEE5BD;
	font-size: 11px;
	color: #000000;
}
.calHeadDays {
 	background-color: #FFFBEA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #EEE5BD;
}
.calTabBody {
	background-color: #F9F9F9;
}
.calSunday {
 	color: #FF3300;
	text-decoration: none;
}
.calToday {
	font-weight: bold;
	color: #737F63;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.calTabFooter {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
}
.calDateLinks {
	color: #000000;
	text-decoration: none;
}
