/* basis layout */
BODY {
	background-color: #04628c;
	background-attachment: fixed;
	background-image: url("lines_bb.gif");
	font-family: Comic Sans MS, sans;
	font-size: 10pt;
	color: White;
	height: 12px;
}
A, A:link, A:visited {
	font-size: 10pt;
	color: #00ffff;
	text-decoration: none;
}

/* layout voor fonts en textelementen */
P.author {
	font-size: 9pt;
	text-align: right;
}

/* layout voor tabellen */
TABLE.menu {
	width: 100%;
	padding: 0px;
	border: 0px;
}
TR {
	vertical-align: top;
}
TD.public {
	padding: 0px;
	border: 0px;
	height: 14px;
	font-size: 10pt;
	line-height: 12px;
}
TD.members {
	padding: 0px;
	border: 0px;
	height: 14px;
	font-size: 10pt;
	line-height: 10px;
}
/* layout van overige elementen */
IMG {
	vertical-align: middle;
	border: 0;	
}
HR	{
	color: White;
	size: 1;
}	
.button {
	background-color: #01218E;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
.button:hover {
	background-color: #003366;
	color: #cccccc;
}
INPUT {
	font-size: 9pt;
}

