BODY {
	background-color:#d8d8c8;
	color:           #000000;
	font-family:     "Arial";
	font-size:       14px;
	font-stretch:    normal;
	font-style:      normal;
	font-variant:    normal;
	font-weight:     normal;
	line-height:     normal;
	MARGIN:          0px;
	PADDING-BOTTOM:  4px;
	PADDING-LEFT:    4px;
	PADDING-RIGHT:   4px;
	PADDING-TOP:     4px;
	text-decoration: none;
}

.centertext {
	font-family:     "Arial";
	font-size:       14px;
	font-weight:     normal;
	text-decoration: none;
}

div#banner {
        background-color:  #d8d8c8;
        border-left-color: #ff1;
        border-left-style: solid;
        border-left-width: 0px;
        border-right-color:#ff1;
        border-right-style:solid;
        border-right-width:0px;
        border-top-color:  #ff1;
        border-top-style:  solid;
        border-top-width:  0px;
        color:             #606000;
        font-size:         28px;
        font-style:        italic;
        font-weight:       bold;
        height:            32px;
        text-align:        center;
}


div#leftcontent
{
        float:             left;
        display:           inline;
        overflow:          visible;
        background-color:  #999;
        border:            5px solid #CCC;
        width:             140px;
        height:            600px;
        padding:           0 6px;
        margin-right:      10px;
        font:              14px "Arial";
        text-decoration:   none;
        font-weight:       normal;
        color:             #000;
}
                                                                                                        

div#centercontent {
/*      position:        absolute;
        left:            176px;
        top:             40px;  */
        background-color:#d8d8c8;
        font-family:     "Arial";
        font-size:       14px;
        font-weight:     normal;
        font-style:      normal;
        color:           #000000;
        text-decoration: none;
        margin-left:     172px;
        margin-right:    0px; 
        text-align:      left;
}
                                
div#centercontent A {
        background-color:#d8d8c8;
	font-family:     "Arial";
	font-size:       14px;
	font-weight:     normal;
	text-decoration: none;
}

div#centercontent A:link {
	background-color:#d8d8c8;
	color:           #00007f;
}

div#centercontent A:visited {
	background-color:#d8d8c8;
	color:           #00007f;
}

div#centercontent A:active {
	background-color:#ffffff;
	color:           #00003f;
}

div#centercontent A:hover {
	background-color:#ffffff;
	color: #00003f;
}

TABLE {
	background-color:#d8d8c8;
	border-color:    #000000;
	border-style:    solid;
	border-width:    1px;
	margin:          0px;
	padding:         0px;
}

TD {
	margin:          0px;
	padding:         0px;
	font-size:       12px;
	font-family:     "Courier";
}

img {
  border-width:       0px;
}

img.imgBorder {
  border-width:       16px;
  border-color:       white;
  border-style:       solid;
}

span.terminal {
  font-family:    courier new;
  font-size:      11pt;
  color:          #ff6309
}

div.terminal {
  font-family:    courier new;
  font-size:      11pt;
  color:          #ffffff;
  background:     #000000;
  padding:        5px;
  margin:         5px;
  border-style:   double;
  border-color:   #ffffff;
  width:          550px;
  overflow:       auto;
  white-space:    nowrap
}

div.terminallimited {
  font-family:    courier new;
  font-size:      11pt;
  color:          #ffffff;
  background:     #000000;
  overflow:       auto;
  width:          500px;
  padding:        5px;
  margin:         5px;
  border-style:   double;
  border-color:   #ffffff
}

div.regular {
  color:          #000000;
  font-size:      11pt
}
