<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS */
body {
	background-image        : url(./images/background.gif);
}

#logo {
	z-index                 : 2;
	position				: absolute;
	top						: 10px;
	left					: 20px;
	text-align              : center;
	height                  : 196px;
	width                   : 217px;
}

/* MENU */

#menu_left {
	position                : absolute;
	left                    : 20px;
	top                     : 20px;
	bottom                  : 0px;
	background-color        : #eaeaea;
	width                   : 217px;
}

.shape {
	z-index                 : 2;
	position				: absolute;
	left                    : 0px;
	background-image        : url(./images/menu_left_shape.png);
	background-repeat       : no-repeat;
	width                   : 67px;
	height                  : 145px;
}

#shape_1 {
	top                     : 194px;
}

#shape_2 {
	top                     : 405px;
}

#menu_left_top {
	position                : relative;
	background-image        : url(./images/menu_left_top.png);
	background-repeat       : no-repeat;
	width                   : 217px;
	height                  : 16px;
}

#menu_left_body {
	position                : absolute;
	top                     : 16px;
	left                    : 1px;
	bottom                  : 0px;
	background-image        : url(./images/menu_left_background.png);
	background-repeat       : no-repeat;
	background-color        : #c1c1c1;
	width                   : 213px;
}

#menu_left_body_content {
	position                : absolute;
	top                     : 250px;
	left                    : 60px;
}

#menu_left_shadow {
	position                : absolute;
	top                     : 16px;
	left                    : 214px;
	bottom                  : 0px;
	background-image        : url(./images/menu_left_shadow.png);
	background-repeat       : repeat-y;
	width                   : 2px;
}

#menu_left_footer {
	position                : absolute;
	bottom                  : 0px;
	text-align              : center;
	width                   : 217px;
	font-size               : 7pt;
}

#menu_top {
	position                : absolute;
	top                     : 50px;
	left                    : 275px;
}

div.button {
	height                  : 30px;
	cursor                  : pointer;
}

.button_image_active {
	display                 : none;
	width                   : 25px;
	height                  : 26px;
}

.button_image {
	display                 : inline;
	width                   : 25px;
	height                  : 26px;
}

.button_text {
	margin-top              : 2px;
	margin-right            : 30px;
}

/* body stuff */

#body {
	position                : absolute;
	top                     : 119px;
	left                    : 277px;
	right                   : 40px;
	bottom                  : 0px;
	background-color        : #4b0059;
}

#body_top_left {
	z-index                 : 1;
	position                : absolute;
	top                     : 0px;
	left                    : 0px;
	background-image        : url(./images/body_top_left.png);
	background-repeat       : no-repeat;
	width                   : 11px;
	height                  : 12px;
}

#body_top_right {
	z-index                 : 1;
	position                : absolute;
	top                     : 0px;
	right                   : 0px;
	background-image        : url(./images/body_top_right.png);
	background-repeat       : no-repeat;
	width                   : 11px;
	height                  : 12px;
}

#body_text {
	position                : absolute;
	top                     : 2px;
	left                    : 2px;
	right                   : 2px;
	bottom                  : 2px;
	background-color        : #e9e9e9;
	padding                 : 20px;
	overflow                : auto;
}

#card {
	position                : relative;
	background-color        : #d6d6d6;
	padding-left            : 1px;
	padding-right           : 1px;
	padding-bottom          : 1px;
}

#card_shadow1 {
	background-color        : #afafaf;
	padding-right           : 1px;
	padding-bottom          : 1px;
	min-width               : 500px;
}

#card_shadow2 {
	background-color        : #757575;
	padding-right           : 1px;
	padding-bottom          : 1px;
}

#card_shadow3 {
	background-color        : #4e4e4e;
	padding-bottom          : 1px;
}

#card_body {
	background-color        : #ffffff;
	padding                 : 20px;
}

a:visited, a:link, a:hover {
	font-size               : 10pt;
	font-weight             : none;
	text-decoration         : underline;
	color                   : #4b0059;
}

h1 {
	color                   : #4b0059;
	font-size               : 14pt;
	font-weight             : bold;
}

h2 {
	color                   : #4b0059;
	font-size               : 12pt;
	font-weight             : bold;
}

h3 {
	color                   : black;
	font-size               : 10pt;
	font-weight             : bold;
	padding                 : 0px;
	margin                  : 0px;
}

h2 a:visited, h2 a:link, h2 a:hover {
	font-size               : 12pt;
	font-weight             : bold;
}
</pre></body></html>