@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #9BCDFF;
	font-family: arial;
	font-size: 13px;
}

table.main {
	background-color: #0F65A2;
}
table.calendar {
	border: 1px solid #FFFFFF;
	background-color: #0E0000;
}

td.side {
	background-image: url(../images/sidebg.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
td.sidemenu {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color: #000000;
}
td.sidemenuhead {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
}
td.menu {
	border: 1px solid #FFFFFF;
	background-color: #000066;
	text-align: right;
	padding: 2px;
}
td.menu:hover {
	background-color: #0000DD;
}
td.menu a {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px;	
}
td.content {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #000044;
	color: #FFFFFF;
}
td.content a {
	color: #FFFF00;
	text-decoration: none;
}
td.content a:hover {
	text-decoration: underline;
}
td.heading1 {
	background-image: url(../images/heading1.jpg);
	height: 30px;
	background-repeat: repeat-y;
}
td.calhead {
	background-image: url(../images/calhead.jpg);
	background-repeat: repeat-x;
	height: 24px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #FFFFFF;
}
td.cal {
	border: 1px solid #999999;
	background-color: #222222;
	text-align: center;
}
td.cal a {
	color: #FFFFCC;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
td.footer {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
td.footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	text-transfom: uppercase;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	color: #333333;
	padding-left: 10px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
	padding-left: 10px;
}
h3 {
	margin: 0px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
h4 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

p {
	margin: 10px;
}