BODY {
 color: black; 
 background-color: white; 
 font-family: Arial, "Times New Roman", Times, serif
}

A:link    { color: black; } /* unvisited links */
A:visited { color: gray; } /* visited links */
A:active  { color: gray; } /* active links */

#lcdhead {
 position:absolute;
 width:100%;
 top: 0px;
 left: 0px;
 height:24px;
 background: url(LCDtopmid.jpg) repeat-x;
 background-color: white;
 z-index: 5;
}

#lcdhead div {
 background: url(LCDtopleft.jpg) top left no-repeat;
 text-align: right;
}

#lcdfoot {
 position:absolute;
 width:100%;
 bottom:0px;
 left:0px;
 height:143px;
 background: url(LCDbotmid.jpg) repeat-x;
}

#lcdfoot div {
 background: url(LCDbotleft.jpg) top left no-repeat;
 text-align: right;
}

#content {
 position: absolute;
 top: 24px;
 left: 7px;
 right: 7px;
 bottom: 143px;
 border: 20px solid #4c4c4c;
 border-right: 40px solid #4c4c4c;
 border-left: 40px solid #4c4c4c;
/* padding: 10px; */
/* background-color: white; */
 background-color: #d4dc89;
 scrollbar-base-color: #c4cc79;

}

#innercontent {
 height: 100%;
 overflow: auto;
}

#contentdata {
 font-family: verdana, arial, sans-serif;
 font-size: 0.75em;
 color: black;
 top: 0px;
 padding: 10px;
}

#navbar {
 position:absolute;
 bottom:1px;
 left:22px;
 z-index:5;
}

#navleft {
 width: 115px;
 text-align: center;
 margin: 0 0;
 background: url(remoteleft.gif) left repeat-y;
}

#navright {
 background: url(remoteright.gif) right repeat-y;
}

#navbar ul {
 margin: 0px 0px;
 padding: 0px 0px 0px 0px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.75em;
 font-weight: bold;
/* line-height: 22px;*/
 white-space: nowrap;
}

#navbar ul li {
 list-style-type: none;
}

#navbar ul li a {
 text-decoration: none;
 display: block;
 width: 75px;
 margin: 0px 18px;
 border: 2px solid black;
 border-top-color: #e0e8dd;
 border-bottom-color: #aaac97;
 background-color: #c4cc79;
 filter:blendTrans(duration=0.5);
}

#navbar * a:link {
 color: #484735;
}
#navbar * a:visited {
 color: #484735;
}

#navbar * a:hover {
 color: black;
 border-bottom-color: #e0e8dd;
 border-top-color: #aaac97;
 background-color: #b4bc69;
}

#navbarleft a img {
 background: url(remotebottom3button.gif) 0px 0px;
 margin: 0px;
 border: 0px;
 filter:blendTrans(duration=0.5);
}
#navbarleft a:hover img {
 background: URL(remotebottom3button.gif) 0px -62px no-repeat;
}

#navbarguide a img {
 background: url(remotebottom3button.gif) -40px 0px;
 margin: 0px;
 border: 0px;
 filter:blendTrans(duration=0.5);
}
#navbarguide a:hover img {
 background: URL(remotebottom3button.gif) -40px -62px no-repeat;
}

#navbarright a img {
 background: url(remotebottom3button.gif) -75px 0px;
 margin: 0px;
 border: 0px;
 filter:blendTrans(duration=0.5);
}
#navbarright a:hover img {
 background: URL(remotebottom3button.gif) -75px -62px no-repeat;
}

#guide {
 position: absolute;
 top: 0px;
 width: 100%;
 z-index:1;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.75em;
}

#guide tr {
 color: black;
 font-family: verdana, arial, sans-serif;
 font-size: 0.75em;
}
#guide * a:link {
 color: black;
}
#guide * a:visited {
 color: gray;
}

.whiteBold {
	font-weight: bold;
	color : #FFFFFF;
/*	font-size: 11px; */
/*	font-family: verdana,arial,sans-serif; */
}
.gdrow1main {
	background-color:#336699;
	line-height:1.5;		
	vertical-align: middle;
}

.gdrow2main {
	background-color:#6699cc;
	line-height:1.5;		
	vertical-align: middle;
}

.gdrow1 {
	background-color:#e3e1e1;
	line-height:1.5;			
	vertical-align: middle;
}

.gdrow2 {
	background-color:#ffffff;
	line-height:1.5;		
	vertical-align: middle;
}

.tro { 
	font-weight: bold;
	color : #99cc33;
	font-size: 11px;
	font-family: verdana,arial,sans-serif; 
}


