.link_text {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: small-caps;
	text-decoration: none;
	color: #0033CC;
}
.style1 {
	font-size: 10px;
	line-height: 11.5px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DEDEDE;
}
body,td,th {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}
.SMtitles {
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.eventtext {
	font-size: 13px;
	line-height: 14pt;
	font-weight: normal;
	color: #000000;
}
.style3light {
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	font-style: normal; 
	line-height: 15pt; 
	font-weight: normal; 
	font-variant: normal; 
	text-decoration: none;
}

a:link {
	color: #085095;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #085095;
}
a:hover {
	text-decoration: underline;
	color: #085095;
}
a:active {
	text-decoration: none;
	color: #085095;
}
.style4 {color: #000000}




.calendar {
	width: 100%;
}
		
.calendar * {
	font-family: lucida sans, verdana, sans-serif;
	font-size: 10px;
}
		
.calendar * a {
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
}
		
.calendar thead {
	background-color: #dedede;
	color: white;
	text-align: center;
}
			
.calendar thead tr th, .calendar tbody tr td {
	width: 14%;
}
			
.calendar tbody tr td {
	border: 1px solid #ccc;
	height: 100px;
	vertical-align: top;
	background-color: #ccc;
}
			
.calendar tbody tr td div {
	width: 12px;
	text-align: right;
	float: right;
}
			
.calendar * div a {
	font-weight: bold;
}
			
.currentMonth {
	background-color: #eee !important;
}
			
.today {
	background-color: #8DE4FF !important;
}
			
#miniCal tbody tr td {
	height: auto;
}