@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-color: #716660;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

h1.title {
	background-color:#FFFFFF;
	color: #000033;
	border-bottom: thin dotted #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	border-top: none;
	border-right: none;
	border-left: none;
	font-weight: lighter;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#3a3a5c;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	margin-left:auto;
	text-indent: 20px;
}

.search {font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#CCCCCC;
	text-align:middle;
	vertical-align:middle;
}

a:link {
	background-color:#FFFFFF;
	color:#3a3a5c;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {background-color:#FFFFFF;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

.frontcontent {
	background-color: #FFFFFF;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 10px;
	font-weight: bold;
}
	
.newscontent {
	background-color: #FFFFFF;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 5px 10px;
	font-weight: bold;
}

.insidecontent {
	background-color: #FFFFFF;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 5px 10px;
	font-weight:normal;
}

.arrowbullet {
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #FFFFFF;
	color: #003366;
	font-variant: normal;
}

.agendas {
	margin-left:25px;
	border: 1px groove #000066;
	background-color: #F7F7F7;
	padding: 5px;
	height: auto;
	width: 500px;
}
.cell {
	border: 1px groove #000066;
	background-color: #F7F7F7;
	padding: 5px;

}
.canceled {
	color: #F00;
}