html {
	scrollbar-3dlight-color: #4F4F4F;
	scrollbar-arrow-color: #8B8B8B;
	scrollbar-darkshadow-color: #8B8B8B;
	scrollbar-face-color: #6E6E6E;
	scrollbar-highlight-color: #8B8B8B;
	scrollbar-shadow-color: #4F4F4F;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	}

body {
	margin: 0;
	padding: 50px 0 0 0;
	background: #8B8B8B url(gfx/bg.gif) fixed;
	color: #000;
	line-height: 120%;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	height: 100.1%;
	}

* {
	-moz-outline: none;
	}

img {
	border: 0;
	}

h2 {
	margin: 0;
	font-weight: normal;
	}

h4 {
	padding: 3px 5px;
	font-weight: normal;
	font-size: small;
	text-transform: uppercase;
	background: transparent url(gfx/green.gif);
	}

acronym, .note {
	background: transparent url(gfx/blue.gif);
	}

ul {
	list-style: none;
	}

ul li {
	position: relative;
	padding-left: 17px;
	background: transparent url(gfx/list_item.gif) 0 3px no-repeat;
	}

div {
	padding: 0;
	}

a:link, a:visited, a:active {
	color: #ED7AA8;
	text-decoration: none;
	}

a:hover, a:focus {
	color: #D53030;
	text-transform: uppercase;
	}

#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(gfx/bloc_middle.gif) repeat-y;
	}

#visual_1 {
	width: 700px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
	font-size: 1px;
	background: transparent url(gfx/bloc_top.gif);
	}

#visual_2 {
	width: 700px;
	height: 13px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	font-size: 1px;
	background: transparent url(gfx/bloc_bottom.gif) no-repeat;
	}

h1#head	{
	margin: 0 0 0 40px;
	overflow: hidden;
	font-size: 180%;
	line-height: 31px;
	font-weight: normal;
	text-transform: uppercase;
	}

h1#head a:link, h1#head a:visited, h1#head a:active {
	display: block;
	width: 33px;
	height: 34px;
	float: left;
	text-indent: -500px;
	background: transparent url(gfx/logo.gif) 0 0 no-repeat;
	}

h1#head a:hover, h1#head a:focus {
	background-position: 0 -34px;
	}

#maintab {
	position: absolute;
	top: 27px;
	right: 0px;
	width: 150px;
	height: 1%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.shadetabs li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	}

.shadetabs li a:link, .shadetabs li a:visited, .shadetabs li a:active {
	display: block;
	width: 150px;
	height: 28px;
	margin: 0;
	background: transparent url(gfx/label_2.gif);
	line-height: 28px;
	color: #111;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	text-indent: 20px;
	text-transform: uppercase;
	}

.shadetabs li a:hover, .shadetabs li a:focus {
	background-position: 0 -28px;
	}

.shadetabs li.selected a:link, .shadetabs li.selected a:visited, .shadetabs li.selected a:active {
	background: transparent url(gfx/label_1.gif);
	}

.tabcontentstyle {
	position: relative;
	top: -10px;
	left: 0;
	width: 500px;
	margin: 0;
	_margin-bottom: -1px;
	padding: 0 0 20px 40px;
	text-align: justify;
	}

.tabcontent {
	display:none;
	}

@media print {
	.tabcontent {
	display:block!important;
	}
	}

