/* CSS Main */

body {
	color: #000000;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-height: 0px;
	margin-width: 0px;
}

a:link {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
	color: #000099;
}

a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

input {
	color: #000000;
	background: #FFFFFF;
}

.NavBottom {
	background: black url("images/title_bottom_bar.jpg");
}

.ElementTitle {
	font-weight: bold;
}

.Calendar {
	border: 1px solid black;
}

.CalendarTitle {
	font-weight: bold;
	font-size: 2.0em;
	background: #CCCDFD;
	color: #8080FF;
}

.CalendarTitleLink {
	font-weight: bold;
	font-size: 1.2em;
	background: #CCCDFD;
	color: #FFFFFF;
}

.CalendarTitleLink a:hover {
	font-weight: bold;
	font-size: 1.0em;
	background: #CCCDFD;
	color: #000000;
}

.CalendarDateTitle {
	font-weight: bold;
	background: #CCCDFD;
	color: #000000;
}

.CalendarNone {
	background: #EEEDFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}

.CalendarToday {
	background: #FFFFCC;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.CalendarDay {
	background: #FFFFFF;
	border-top: 1px solid black;
	border-right: 1px solid black;
}