body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

table.page {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

td.banner {
	background-image: url(images/banner_gen_ext.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 131px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

td.banner_shallow {
	background-image: url(images/banner_gen_ext.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 30px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

td.banner_shallow h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

div#banner {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(images/banner_gen_ext.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 780px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

div#server {
	position: absolute;
	z-index: 2;
	left: 142px;
	top: 113px;
}

div#server a {
	text-decoration: none;
	color: #00FFCC;
}

div#menubar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 5px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

div#menubar a {
	font-weight: bold;
	text-decoration : none;
	color: #FFFFFF;
}

div#menubar a:hover {
	color: #FFCC00;
}

div#menubar a:active {
	color: #FFAA00;
}

td.footerbar {
	height: 20px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	vertical-align: middle;
	padding: 0px;
}

td.footerbar_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	height: 20px;
	padding: 0px;
	padding-left: 10px;
}

td.footerbar_center {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #DDDDDD;
	vertical-align: middle;
	height: 20px;
	padding: 0px;
}

td.footerbar_center a {
	font-weight: normal;
	text-decoration : none;
	color: #FFFFFF;
}

td.footerbar_center a:hover {
	color: #FFDD00;
}

td.footerbar_center a:active {
	color: #FF6600;
}

/* Table below top menu en logo, containing side menu and info */
table.body {
	width: 760px;
	margin: 0px;
	padding: 0px;
/*	border-spacing: 0px; */
	border-collapse: collapse;
}

td.body_leftcolumn {
	width: 200px;
	padding-right: 0px;
	vertical-align: top;
}

td.body_rightcolumn {
	width: 560px;
	vertical-align: top;
}

div#sidemenu {
	height: 101px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: 6193D2;
	background-image: url(images/sidemenu_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BBBBBB;
}

div#sidemenu h1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	padding-left: 15px;
	padding-top: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	color: #FFFFFF;
}

/* unused?
div#sidemenu h2 {
	font-size: 13pt;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #FFFFFF;
}
*/

div#sidemenu p {
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFDD00;
}

/*
div#sidemenu p.white {
	color: #FFFFFF;
}
*/

.transperant_menu {
	width: 160px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #000099;
	background-color: #FFFFFF;
	filter: alpha(opacity=40);
	opacity: 0.40;
	float: left;
}

/*
.transperant_menu a.sidemenu {
	font-weight: bold;
	text-decoration : none;
	color: #000099;
}
*/

.nontransperant_menu {
	width: 160px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #000099;
	background-color: #C9E1F7;
	float: left;
	cursor: hand;
}

/*
.nontransperant_menu a.sidemenu {
	font-weight: bold;
	text-decoration : none;
	color: #E59700;
}
*/

.transperant_menu_top {
	width: 160;
	height: 8px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 6px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 8px;
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	filter: alpha(opacity=40);
	opacity: 0.40;
	float: left;
}

.transperant_menu_bottom {
	width: 160;
	height: 8px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 6px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: 8px;
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	filter: alpha(opacity=40);
	opacity: 0.40;
	float: left;
}

a.sidemenu {
	font-weight: bold;
	text-decoration : none;
	color: #000099;
	margin-left: 10px;
}

a.sidemenu:hover {
	color: #F59700;
}

a.sidemenu:active {
	color: #FF6600;
}

/* Floating cookie dump */
div#cookie_dump {
	font-family: Consolas, "Lucida Console";
	font-size: 10px;
	color: #330000;
	background-color: #FFFFCC;
	position: absolute;
	width: 700px;
	height: 200px;
	left: 10px;
	top: 10px;
	overflow: scroll;
	padding: 2px;
	margin: 0px;
	z-index: 100;
}

.cookie_dump {
	font-family: Consolas, "Lucida Console";
	font-size: 10px;
}

div#sidetalk {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 1px 0px;
	color: #333333;
	background-image: url(images/sidemenu_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BBBBBB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BBBBBB;
}

div#sidetalk h1 {
	font-size: 12px;
	font-variant: small-caps;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 6px;
}

div#sidetalk h2 {
	font-size: 11px;
	font-variant: small-caps;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 6px;
}

div#sidetalk p {
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 10px;
	text-align: justify;
}

div#sidetalk a {
	font-weight: normal;
	text-decoration : none;
	color: #0099FF;
}

div#sidetalk a:hover {
	color: #E59700;
}

div#sidetalk a:active {
	color: #E59700;
}




table#matrix {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-left: 10px;
}

table#matrix td {
	padding-right: 6px;
}

table#matrix h1 {
	font-size: 16px;
	text-align: left;
	font-variant: small-caps;
	color: #0099FF;
	margin-top: 6px;
	margin-bottom: 6px;
}

table#matrix h2 {
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
	color: #0099FF;
	margin-top: 18px;
	margin-bottom: 4px;
}

table#matrix h3 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	color: #0099FF;
	margin-top: 9px;
	margin-bottom: 0px;
}

table#matrix h4 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	color: #0099FF;
	margin-top: 9px;
	margin-bottom: 4px;
}

table#matrix p {
	margin-top: 9px;
	margin-bottom: 3px;
	line-height: normal;
}

table#matrix li {
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

table#matrix a {
	font-weight: normal;
	text-decoration : none;
	color: #0099FF;
}

table#matrix a:hover {
	color: #E59700;
	text-decoration : underline;
}

table#matrix a:active {
	color: #E59700;
}

table#matrix a.red {
	font-weight: normal;
	text-decoration : none;
	color: #FF0000;
}

table.matrix_low {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	padding-left: 10px;
}

table.matrix_low h1 {
	font-size: 16px;
	text-align: left;
	font-variant: small-caps;
	color: #0099FF;
	margin-top: 6px;
	margin-bottom: 6px;
}

table.matrix_low h2 {
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
	color: #0099FF;
	margin-top: 18px;
	margin-bottom: 4px;
}

table.matrix_low h3 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	color: #0099FF;
	margin-top: 9px;
	margin-bottom: 0px;
}

table.matrix_low h4 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	color: #0099FF;
	margin-top: 9px;
	margin-bottom: 4px;
}

table.matrix_low h5 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: left;
	color: #FF0000;
	margin-top: 4px;
	margin-bottom: 4px;
}

table.matrix_low p {
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: normal;
}

table.matrix_low a {
	font-weight: normal;
	text-decoration : none;
	color: #0099FF;
}

table#matrix_narrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding-left: 2px;
}

table.matrix_low a:hover {
	color: #E59700;
	text-decoration : underline;
}

table.matrix_low a:active {
	color: #E59700;
}

table.matrix_low a.red {
	font-weight: normal;
	text-decoration : none;
	color: #FF0000;
}

table#info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

table#info h1 {
	font-size: 16px;
	text-align: left;
	font-variant: small-caps;
	color: #0099FF;
	margin-top: 6px;
	margin-bottom: 6px;
}

table#info h2 {
	font-size: 12px;
	font-variant: small-caps;
	text-align: center;
	color: #0099FF;
	margin-top: 10px;
	margin-bottom: 4px;
}

table#info h3 {
	font-size: 9px;
	font-variant: small-caps;
	text-align: center;
	color: #0099FF;
	margin-top: 9px;
	margin-bottom: 4px;
}

table#info p {
	margin-top: 4px;
	margin-bottom: 8px;
}

table#info a {
	font-weight: normal;
	text-decoration : none;
	color: #0099FF;
}

table#info a:hover {
	color: #E59700;
	text-decoration : underline;
}

table#info a:active {
	color: #E59700;
}

input {
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 12px;
	height: 20px;
	padding: 3px;
}

input.red_center {
	color: #FF0000;
	text-align: center;
}

input.readonly_text {
	background-color: #FFFFFF;
}

textarea {
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 12px;
	padding-left: 5px;
	padding: 4px;
}

textarea.agreement {
	background-color: #F4F4F4;
	font-family: "Lucida Console", "Courier New", Courier, mono;
	font-size: 10px;
	padding-left: 5px;
}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bluebutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0099FF;
	width: 105px;
	height: 22px;
	padding: 0px;
	margin-top: 6px;
	cursor: hand;
}

.bluebutton_wide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #0099FF;
	width: 150px;
	height: 24px;
	padding: 0px;
	margin-top: 6px;
	cursor: hand;
}

.redbutton_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FF0000;
	width: 140px;
	height: 44px;
	padding: 0px;
	margin-top: 6px;
	cursor: hand;
}

.greybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #999999;
	width: 105px;
	height: 22px;
	padding: 0px;
	margin-top: 6px;
	cursor: hand;
}

.red {
	color: #FF0000;
}

h2.red {
	color: #FF0000;
}

.orange {
	color: #FF9933;
}

.orange_small {
	color: #FF9933;
	font-size: 9px;
}

.orange_super {
	color: #FF9933;
	vertical-align: super;
	font-size: 8px;
	font-weight: bold;
}

.orange_bullet {
	color: #FF9933;
	font-size: 70%;
	vertical-align: middle;
}

.white_bullet {
	color: #FFFFFF;
	font-size: 70%;
	vertical-align: middle;
}

.blue {
	color: #0099FF;
}

.blue_small {
	color: #0099FF;
	font-size: 9px;
}

.green {
	color: #BEED83;
}

.grey_small {
	color: #666666;
	font-size: 9px;
}

.framed {
	border: 1px solid #000000;
	padding: 4px;
}

.framed_red{
	border: 1px solid #FF0000;
	padding: 4px;
	color: #FF0000;
}

.normal_lineheight {
	line-height: normal;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

pre {
	font-family: "Lucida Console", "Courier New", Courier, mono;
	background-color: #FAFAFF;
	margin: 10px;
	padding: 10px;
	border: 1px dotted #DDDDFF;
}

li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
	line-height: normal;
	list-style-position: outside;
	list-style-type: disc;
}


ul {
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	padding: 0px;
}


div.info_box {
	padding: 0px;
	margin: 0px 2px 4px;
	background-color: #E0F8C6;
	border: 1px solid #0066FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.error {
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px solid #FF0000;
}

.package_heading {
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	height: 22px;
	padding-left: 10px;
	background-color: #2990DB;
}

.package_body {
	border-top: 1px none #2990DB;
	border-right: 1px solid #2990DB;
	border-bottom: 1px solid #2990DB;
	border-left: 1px solid #2990DB;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
}

.special {
	background-color: #FFFADD;
}

.special_heading {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	height: 24px;
	padding-left: 10px;
	color: #E59700;
	border-top: 1px solid #E59700;
	border-right: 1px solid #E59700;
	border-bottom: 1px none #E59700;
	border-left: 1px solid #E59700;
}

.special_body {
	padding: 5px;
	border-top: 1px dotted #E59700;
	border-right: 1px solid #E59700;
	border-bottom: 1px solid #E59700;
	border-left: 1px solid #E59700;
}

table.announcements {
	width: 184;
	margin: 7px;
	background-color: #FFFFFF;
	border: 1px solid #2990DB;
}

table.announcements td {
	font-size: 9px;
}

table.announcements td.title {
	font-size: 9px;
	font-weight: bold;
	padding-left: 6px;
}

table.announcements td.text {
	font-size: 9px;
	padding-left: 6px;
}

table.announcements a {
	font-weight: normal;
	text-decoration : none;
	color: #0099FF;
}

table.announcements a:hover {
	color: #E59700;
	text-decoration : underline;
}

table.announcements a:active {
	color: #E59700;
}

table.announcements h1 {
	font-size: 12px;
	text-align: left;
	font-variant: small-caps;
	color: #2990DB;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.waitbox {
	visibility: visible;
	cursor: wait;
	position: absolute;
	z-index: 10;
	left: 25%;
	top: 25%;
	width: 50%;
	height: 50;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-botton: 10px;
}

span.spacer {
	height: 4px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
