body, td {
	font-family: Arial;
	font-size: 11px;
	font-weight: none;
	color: #555555;
	text-decoration: none;
	border: none;
}
input, select, textarea {
	font-family: Arial;
	font-size: 10px;
	font-weight: none;
	color: #000000;
	text-decoration: none;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #1E5BA2;
	text-decoration: none;
	border: none;
}
.heading {
	font-size: 11px;
	font-weight: bold;
	color: #1E5BA2;
	text-decoration: none;
	border: none;
}
.heading2 {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	border: none;
}
.news {
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	border: none;
}
.news_date {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	border: none;
}
.footer {
	font-size: 11px;
	font-weight: none;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.gold {
	color: #FFD800;
}
.gold2 {
	color: #B3AD00;
}
a {
	font-weight: none;
	color: #1E5BA2;
	text-decoration: none;
	border: none;
}
a:hover {
	font-weight: none;
	color: #000000;
	text-decoration: underline;
	border: none;
}

.helpLink {
	font-weight: none;
	color: #CC0000;
	text-decoration: none;
	border: none;
}
.helpLink:hover {
	font-weight: none;
	color: #000000;
	text-decoration: underline;
	border: none;
}

.a_top {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.a_top:hover {
	color: #DDDDDD;
	text-decoration: underline;
	border: none;
}
.txtOutput {
	height: 500px;
}

.c_move {
	font-size: 16px;
	font-weight: bold;
}

.c_move:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.c_title {
	font-size: 16px;
	font-weight: bold;
}

.c_dayofweek {
	background-color:#FFFFFF;
	text-align: center;
	width: 14%;
}

.c_weekend {
	background-color:#F8F8F8;
	vertical-align: top;
	height: 16%;
}

.c_weekday {
	background-color:#FBFBFB;
	vertical-align: top;
	height: 16%;
}

.c_today {
	background-color:#E7EAF2;
	vertical-align: top;
	height: 16%;
}

.c_othermonth {
	background-color:#F0F0F0;
	vertical-align: top;
	height: 16%;
}

.ct_weekend {
	text-align: center;
	background-color:#F8F8F8;
	vertical-align: top;
}

.ct_weekday {
	text-align: center;
	background-color:#FBFBFB;
	vertical-align: top;
}

.ct_today {
	text-align: center;
	background-color:#E7EAF2;
	vertical-align: top;
}

.ct_othermonth {
	text-align: center;
	background-color:#F0F0F0;
	vertical-align: top;
}

.ct_over {
	text-align: center;
	background-color:#969EB7;
	color: #FFFFFF;
	vertical-align: top;
	cursor: pointer;
}

div.daynumber {
	float: right;
	text-align: center;
	border: 1px solid #C0C0C0;
	border-width: 0 0 1px 1px;
	padding: 0.125em 0.25em 0 0.25em;
	margin: 0;
	background: #F0F0F0;
}

div.daynumber_othermonth {
	float: right;
	text-align: center;
	border-width: 0 0 1px 1px;
	padding: 0.125em 0.25em 0 0.25em;
	margin: 0;
}

div.event {
	margin: 0.5em;
}
div.event span {
	display: block;
}

div.recur {
	border: 1px solid #AA7;
	border-width: 0 0 1px;
	background-color: #FFE;
	padding: 0.5em 0.5em;
	margin: 0;
}

div.recurOver {
	color: #FFFFFF;
	border: 1px solid #636B84;
	border-width: 0 0 1px;
	background-color: #969EB7;
	padding: 0.5em 0.5em;
	margin: 0;
	cursor: pointer;
}

span.c_etime {
	font-weight: bold;
}
span.c_elocation {
	font-style: italic;
}

.visible {
	visibility: visible;
	position: absolute;
}

.hidden {
	visibility: hidden;
	position: absolute;
}