body {
	background-color: white;
	color: black;
	background-image:url(../../meeting/meeting/assets/mainbg.jpg);
}
.note {
	background-color: #DDD5FF;
	font-style: italic;
	text-align: right;
	z-index: 4;
	top: 2cm;
	float: right;
	border-right: thick solid #663366;
	border-bottom: medium solid #663366;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	padding: 1em
}
blockquote {
	padding: 1em;
	border: 2pt dashed #663366;
}
.bar_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	background-color: #09084A;
	text-decoration: none;
	border: 5px double #333399;
}
.iris {
	font-family: "Times New Roman", Times, serif;
	color: #C6ECFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
	text-decoration: none;
}
a.menu:link {
	color: #C6ECFF;
	text-decoration: none;
}
a.menu:Visited {
	color: #66CCFF;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	color: white;
	text-decoration: underline;
	background-color: #09084A;
}
ul {
	list-style-type: square;
}
ul.sidemenu {
	margin-left: 1em;
	padding-left: 0em;
	text-indent: 0em;
	list-style-type: square;
}
a:visited {
	color: #003366;
}
a {
	color: #333399; text-decoration: underline;
}
a.none:hover { background-color: #000099; }
a:link {
	color: #333399;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #DDD5FF;
}
.hilight {
	background-color: #DDD5FF;
}

