/*
##############################################################################################
# $Id: swa.css,v 1.3 2004/06/01 13:57:11 svedec Exp $
##############################################################################################
*/

/*
** algemene structuur
*/
body {
	font-family:            Arial, Verdana, Tahoma, Sans-Serif;
	font-size:		9pt;
	text-align:             center;
	color:                  #000000;
	background-color:       #ffffff;
}

table {
	border-collapse: collapse;
}

tr#cols {
	height:			0px;
}

td {
	padding: 		5px;
	font-size:		9pt;
	vertical-align:		top;
}

td.header {
	background-color:	#009966;
	vertical-align:		middle;
	font-size:		8pt;
}

td.subheader {
	background-color:	#009966;
	vertical-align:		middle;
	font-size:		8pt;
	border:			solid 1px #000000;
}

td.sub {
	border:			solid 1px #000000;
}

td.uitleg {
	border:			solid 1px #000000;
	background-color:       #f4fefb;
}

hr {
	color:			#009966;
	size:			1px;
}

ul {
	list-style:		square;
	margin: 		0px 0px 0px 20px;
}

a {
	color:			blue;
}

.size30 {
	width:			40px;
}
.size50 {
	width:			50px;
}
.size60 {
	width:			60px;
}
.size80 {
	width:			80px;
}
.size100 {
	width:			100px;
}
.size150 {
	width:			150px;
}
.size200 {
	width:			200px;
}
.size250 {
	width:			250px;
}
.size300 {
	width:			300px;
}
