body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt
}

.Navigation {
	position: absolute;
	top: 15px;
	left: 3px;
	width: 120px;
	height: 100%;
	padding-left: 10px;
	line-height : 110%;
}

.Navbox {
	font-size: 110%;
	line-height : 150%;
}

.Content {
	margin-top: -15px;
	margin-left: 120px;
	margin-right: 0px;
	margin-bottom: -15px;
	height: auto;
	border-left: 1px solid #00008b; 
}

.Header {
	height: 100px;
	border-bottom: 1px solid #00008b; 
	padding-top: 10px;
	padding-left: 10px;
	background-image: url('images/page_background_bottom.jpg');
}

.Body {
	top: 100px;
	height: auto;
	line-height : 140%;
	padding-left: 20px;
}

.Footer {
	height: auto;
	border-top: 1px solid #00008b; 
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.Highlight {
	margin: 20px;
	padding: 15px;
	background-color: #F7F7F7;
	border: 1px solid #00008b;
	font-weight: bold;
	color: #707070;
}

.Agenda td {
	padding: 6px;
	margin: 0px;
}

.ListItem {
	font-size: 90%;
	margin-left: 20px;
}

h1 {
	font-size: 115%;
	color: blue;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	color: blue;
}

p {
	font-size: 100%;
}

a {
	color: #00008b;
	text-decoration: none;
}

a:hover {
	color: #00008b;
	text-decoration: underline;
}


a.tinylink {
	color: #00008b;
	font: 8pt verdana, arial;
	text-decoration: underline;
}

a.link {
	color: #00008b;
	text-decoration: underline;
}

div.buffer {
	padding-top: 7%;
	padding-bottom: 17%;
}

.small {
	font: 80% verdana, arial;
}

table {
	font-size: 95%;
}

td {
	padding: 2px;
}

li {
	padding: 5px;
}


