BODY
   {
   margin: 0;
   padding: 0;
   color:black;
   background-color:white;
/*   font-family:sans-serif;  */
   font-family:Verdana,Helvetica,sans-serif;
   overflow:auto;
   }

A:link{color:white;}
A:visited{color:white;}
A:hover{text-decoration:underline;color:orange;}

.thinborder {
border: solid 1px white;
}

.yeartext
   {
   color:white;
   background-color:red;
   font-family:Verdana,Helvetica,sans-serif;
   font-size:16px;
   width:100%;
   }

.mediumtext
{
   color:white;
   background-color:black;
   font-family:Verdana,Helvetica,sans-serif;
   font-size:14px;
}

.smalltext
{
   color:white;
   background-color:black;
   font-family:Verdana,Helvetica,sans-serif;
   font-size:11px;
}

.disclaimstyle
{
/* position: absolute; */
/* top:6px; */
/* right:6px; */
 margin-left:6px;
 margin-top:6px;
/* width: 98%; */
color:black;
background-color:white;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}

.scrollstyle
{
color:black;
background-color:white;
font-family:Arial,Helvetica,sans-serif;
}

div.scroll {
position: absolute;
top:80px;
bottom:5px;
margin-left:5px;
margin-right:5px;
/* height: 900px;  */
height: expression(document.body.offsetHeight - 112 + "px");
width: 97%;
overflow: auto;
border: 1px solid #666;
padding: 8px;
color:white;
background-color:black;
}

div.scroll2 {
position: absolute;
top:106px;
bottom:5px;
margin-left:5px;
margin-right:5px;
/* height: 900px;  */
height: expression(document.body.offsetHeight - 112 + "px");
width: 97%;
overflow: auto;
border: 1px solid #666;
padding: 8px;
color:white;
background-color:black;
font-family:Verdana,Helvetica,sans-serif;
}


.rhm1{
	width:690px;
	height:64px;
	position: absolute;
	top:6px;
	background:url(images/rhm1_bg.gif) repeat-x;		
}

.rhm2{
	width:690px;
	height:64px;
	position: absolute;
	top:45px;
	background:url(images/rhm1_bg.gif) repeat-x;		
}

.rhm1-left{
	background:url(images/rhm1_l.gif) no-repeat;
	width:15px;
	height:64px;
	float:left;
}
.rhm1-right{
	background:url(images/rhm1_r.gif) no-repeat;
	width:15px;
	height:64px;
	float:right;
}
.rhm1-bg{
	background:url(images/rhm1_bg.gif) repeat-x;
	height:64px;
}
.rhm1-bg ul{
	list-style:none;
	margin:0 auto;
}
.rhm1-bg li{
	float:left;
	list-style:none;
}
.rhm1-bg li a{
	float:left;
	display:block;
	color:#ffe8cc;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	padding:0 0 0 18px;
	height:32px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.rhm1-bg li a span{
	float:left;
/*	display:block; */
	padding:0 20px 0 6px;
}
.rhm1-bg li.current a{
	color:#fff;
	background:url(images/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li.current a span{
	color:#fff;
	background:url(images/rhm1_hover_r.gif) no-repeat right 5px;
}
.rhm1-bg li a:hover{
	color:#fff;
	background:url(images/rhm1_hover_l.gif) no-repeat left 5px;
}
.rhm1-bg li a:hover span{
	color:#fff;
	background:url(images/rhm1_hover_r.gif) no-repeat right 5px;
}
.rhm1-bg li.disco{
	float:left;
	display:block;
	color:#000000;
	text-decoration:none;
	font:12px 'Lucida Sans', sans-serif;
	font-weight:bold;
	height:34px;
	line-height:31px;
	text-align:center;
	cursor:pointer;	
}
