body {
	background-color: #c8deb8;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	}
#header {
	background-color: #fff;
	}
#nav {
	font-size: 11px;
	text-align: center;
	}
#nav a:link {
	color: #28367B;
	margin-right: 20px;
	text-decoration: none;
	}
#nav a:visited {
	color: #28367B;
	margin-right: 20px;
	text-decoration: none;
	}
#nav a:hover {
	color: #28367B;
	margin-right: 20px;
	text-decoration: underline;
	}
#left {
	font-size: 12px;
	text-align: center;
	}
#left a:link {
	color: #fff;
	text-decoration: none;
	}
#left a:visited {
	color: #fff;
	/*margin-right: 20px;*/
	text-decoration: none;
	}
#left a:hover {
	color: #fff;
	text-decoration: underline;
	}
#main {
	background-color: #fff;
	}
h1 {
	font-size: 16px;
	color: #2a347c;
	margin-top: 6px;
	}
h2 {
	font-size: 14px;
	color: #90b9cb;
	margin-top: 6px;
	}
p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
li {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	}
#bottom  {
	background-color: #fff;
	}
#bottom p {
	text-align: center;
	}
#bottom a:link {
	color: #28367B;
	margin-right: 20px;
	text-decoration: none;
	}
#bottom a:visited {
	color: #28367B;
	margin-right: 20px;
	text-decoration: none;
	}
#bottom a:hover {
	color: #28367B;
	margin-right: 20px;
	text-decoration: underline;
	}
#agenda {
	font-size: 11px;
	text-align: center;
	}
.BUTTON {
	font: tahoma;
	color: #ffffff;
	font-size: 7pt;
        background:#406A9E;
	border-bottom-width : 1px;
	border-bottom-color : #0033cc;
	border-left-width : 1px;
	border-left-color : #0033cc;
	border-right-width : 1px;
	border-right-color : #0033cc;
	border-top-width : 1px;
	border-top-color : #0033cc;
}