html {      min-height:100.05%;
      min-width:740px; }

body {			color:black;
			background-color:white;
			margin: 0px;
			padding:0px;
			font-family:arial,sans-serif;
			font-size:10pt;
			text-align:center;
			scrollbar-base-color:white;
			scrollbar-3dlight-color:white;
			scrollbar-arrow-color:black;
			scrollbar-darkshadow-color:white;
			scrollbar-face-color:white;
			scrollbar-highlight-color:black;
			scrollbar-shadow-color:black;
			scrollbar-track-color:white;
			cursor:default; }

a:link, a:visited {		font-weight:bold; color:black; text-decoration:none; }
a:hover, a:active, a:focus {	font-weight:bold; color:red; text-decoration:underline; }

acronym {		cursor:help; }

#container {		position:relative;
			width:740px;
			margin:0px auto;
			text-align:left; }

#head {			position:absolute;
			width:740px;
			height:120px;
			left:0px;
			top:0px;
			z-index:1;
			overflow:hidden;
			background-color:black; }

#menu {			position:absolute;
			width:740px;
			height:20px;
			left:0px;
			top:100px;
			z-index:3;
			padding-left:2px; }

#leftright {		position:absolute;
			width:180px;
			top:125px;
			z-index:1;
			overflow:hidden; }

#center {		position:absolute;
			width:370px;
			left:185px;
			top:125px;
			z-index:1; }

#centerright {		position:absolute;
			width:555px;
			left:185px;
			top:125px;
			z-index:1; }

#menu dl, dt, dd, ul, li {	margin:0px;
				padding:0px;
				list-style-type:none; }

#menu dl {		float:left;
			width:105px;
			height:1.2em; }

#menu dt {		cursor:pointer;
			color:red;
			text-align:center;
			font-weight:bold;
			background-color:;
			margin:0px;
			border:solid 0px red; }

#menu dd {		display:none;
			border:solid 1px red; }

#menu li {		text-align:center;
			background-color:black; }

#menu li a:link, #menu li a:visited, #menu dt a:link, #menu dt a:visited {	color:red;
										text-decoration:none;
										display:block;
										height:100%; }

#menu li a:hover, #menu li a:active, #menu li a:focus, #menu dt a:hover, #menu dt a:active, #menu dt a:focus {	color:black;
														background-color:red; }

#leftright .border {	background-image:url(images/infoborder.gif);
			width:3px;
			height:1px; }

#leftright .bottom {	background-image:url(images/infobottom.gif);
			width:180px;
			height:3px; }

#leftright .content, #leftright .content table {	width:174px;
							font-size:8pt;
							padding:5px 0px; }

#leftright .content {	text-align:center; }

#leftright .content table {	text-align:right; }

#centerright .nav {	position:absolute;
			width:545px;
			left:0px;
			top:0px;
			color:red;
			text-align:right;
			margin:5px 5px; }

#centerright .nav2 {	position:absolute;
			width:555px;
			left:0px;
			top:30px; }

#centerright .nav a:link, #centerright .nav a:visited {	color:red; }

#centerright .content {	position:absolute;
			width:550px;
			left:0px;
			top:51px;
			text-align:center;
			overflow:hidden;
			padding-right:5px; }

#centerright .content table {	font-size:10pt;
			text-align:right; }

#centerright .content th {	width:20px; }

a:link acronym, a:visited acronym { color:red; }

.l {			text-align:left;
      white-space:nowrap;
      width:140px; }

.button { font-weight:bold;
      cursor:pointer;
      background-color:#ddd; }

.button:hover { background-color:white; }

.statistic_tr_highlight:hover { color:red; }
