/* Generieke Style Sheet - A.U. Luyer - http://www.luyer.nl/
   v1: 20 sep 2005
   v2: 13 sep 2008
*/

* {
	font-family: Helvetica, Verdana, sans-serif;
}

h1,h2,h3,h4,h5,h6,h7 {
	font-family: 'Monotype Corsiva', 'Apple Chancery', 'URW Chancery L', serif;
	margin-bottom: 0pt;
	color: #e12176;
}

h1 {
	font-size: 39pt;
	margin-top: 0pt;
}
h2 {
	font-size: 32pt;
}
h2 {
	font-size: 28pt;
}

#avi {
	font-size: 40pt;
	text-align: center;
	font-family: 'Monotype Corsiva', 'Apple Chancery', 'URW Chancery L', serif;
	color: #e32076;
}

body {
	background-color: #ebcbb2;
	background-image: url(bgg66.jpg);
	color: #231f20;
	overflow: auto;
	/*text-align: center;*/
}

.mbody {
	/* width:expression(document.body.clientWidth > 800? "800px": "100%" ); MSIE */
	max-width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

ul {
	list-style-image: url(/ul.gif)
}

li {
	margin-bottom: 3pt;
}

img {
	margin: 2px
}

a {
	text-decoration: none;
}

a:visited {
	color: #9900CC;
}

a:active {
	color: maroon;
}

a:hover {
	color: #000;
	font-weight: bold;
}

#menu {
	width: 175px;
	background-color:#FEFFFA; margin-left: 5px;
}

#menu a {
	color: #000099;
	display: block;
	width: 170px; height: 27px;
	padding: 5px 5px 0 0; /* width/height + padding = 172x32 pixels */
	text-align: right;
	cursor:pointer; font-size: 13px;
}

#menu a:visited {
	color: #000099;
}

#menu a:hover {
	color: #9999FF;
	background-color: #dcdcdc;
}

.menu1 {
	background-image: url(menu1.gif);
}

.menu2 {
	background-image: url(menu2.gif);
}

.menu3 {
	background-image: url(menu3.gif);
}

td {
	vertical-align: top
}

