body {
	background-color: #FFFFFF;
	scrollbar-base-color: #E7777A;
	scrollbar-arrow-color: #FFDFDF;
	scrollbar-track-color: #FFDFDF;
	scrollbar-shadow-color: #D7676A;
	scrollbar-lightshadow-color: #E7777A;
	scrollbar-darkshadow-color: #C7575A;
	scrollbar-highlight-color: #FA979A;
	scrollbar-3dlight-color: #FFDDDD;
	}
div {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 9pt;
	}
a:link {
	color: #D600D6
	}
a:visited {
	color: #660066
	}
a:active {
	color: #880088
	}
a {
	text-decoration: none;
	}
div#back {
	width: 75%;
	height: 100%;
	background-color: #FFDFDF;
	border-width: 1px;
	border-color: #000000; 
	border-style: solid;
	}
div#front {
	width: 90%;
	height: 98%;
	position: relative;
	top: 5px;
	left: 5px;
	background-color: #FDAFAF;
	border-width: 1px;
	border-color: #000000;
	border-style: dashed;
	overflow:auto;
	padding: 4px;
	}
.combobox {
	background-color: #FFEFEF;
	color: #E7777A;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
	}
.lnk {
	font-size: 10pt;
	}
.header {
	background-color: #E7777A;
	border: solid 1px;
	width: 100%;
	}