html {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #303038;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #000;
	scrollbar-highlight-color: #000;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #000;
	overflow-y: auto;
	overflow-x: hidden;
	}

body {
	background: #999 url(back.gif);
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}

* {
	outline: none;
	}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
	}

a:hover, a:focus {
	color: #FFF;
	text-decoration: none;
	}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -251px;
	margin-left: -351px;
	text-align: left;
	width: 702px;
	height: 502px;
	background: transparent url(dialog.gif);
	}

#head {
	position: absolute;
	top: 8px;
	left: 23px;
	margin: 0;
	width: 200px;
	height: 22px;
	padding: 6px 0 0 240px;
	overflow: hidden;
	color: #D3D3D3;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	}

#head a:link, #head a:visited, #head a:active {
	display: block;
	float: left;
	width: 22px;
	height: 23px;
	background: transparent url(logo.gif) 0 0 no-repeat;
	text-indent: -500px;
	margin: -3px 10px 5px 0;
	}

#head a:hover, #head a:focus {
	background-position: 0 -23px;
	}

#content {
	position: absolute;
	top: 49px;
	left: 8px;
	margin: 0;
	width: 686px;
	height: 414px;
	padding: 0;
	overflow: hidden;
	background: #E3E9EA url(content_back.gif);
	}

img {
	margin: 0;
	border: 0;
	}

h2 {
	margin: 0;
	height: 33px;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	background: transparent url(header.gif) 0 0 repeat-x;
	}

h2 span {
	display: block;
	margin: 0;
	height: 32px;
	padding: 0 0 0 40px;
	line-height: 170%;
	*line-height: 160%;
	background: transparent url(plus.gif) 0 0 no-repeat;
	}

p, ul {
	margin: 0;
	padding: 10px 20px;
	list-style: none;
	}

ul {
	margin-bottom: 25px;
	}

li {
	padding: 5px 25px 0px 25px;
	background: transparent url(bullet.gif) 7px 7px no-repeat;
	}

/* DOM Collapse */

.trigger {
	cursor: pointer;
	}
		
.trigger:hover {
	cursor: pointer;
	}
		
.expanded {
	margin: 0;
	padding: 0;
	background: transparent url(h2_selected.gif) 0 0 repeat-x;
	cursor: default;
	}

.expanded:hover {
	cursor: default;
	}

.show {
	position: static;
	display: block;
	height: 249px;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: justify;
	background: #94B7BC;
	scrollbar-3dlight-color: #94B7BC;
	scrollbar-arrow-color: #BFC9CA;
	scrollbar-darkshadow-color: #94B7BC;
	scrollbar-face-color: #BFC9CA;
	scrollbar-highlight-color: #94B7BC;
	scrollbar-shadow-color: #94B7BC;
	scrollbar-track-color: #94B7BC;
	}

.hide {
	position: absolute;
	left: -999em;
	height: 0px;
	width: 100px;
	overflow: hidden;
	}

#email a:link, #email a:visited, #email a:active {
	position: absolute;
	display: block;
	top: 475px;
	left: 584px;
	width: 109px;
	height: 19px;
	background: transparent url(mail.gif) 0 0 no-repeat;
	text-indent: -5000px;
	}
