
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 0px solid #778;
 border-bottom: none;
 background: #78BEE3;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #FFFFFF;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color:#FFFFFF;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #FF0000;
 background: #00FF00;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

html 
{
scrollbar-base-color: #d6dbdf;
}

BODY 
{
background:images/bk.gif;
background-color:#d6dbdf;
font-family:Arial, Courier, mono;
font-size: 14pt;
margin:3 3 3;
text-align:left;
}
head{
text-align:left;
}
h1{
color:#FF0000;
font-family:Arial Unicode MS, Arial, Times New Roman, Courier, mono;
font-size:14pt;
text-align:left;
text-weight:regular;
}
h2{
color:#FF0000;
font-family:Arial Unicode MS, Arial, Times New Roman,Courier, mono;
font-size:14pt;
text-align:left;
text-weight:regular;
}
h4{
color:black;
font-family:Arial, Times New Roman, Courier, mono;
font-size:14pt;
text-align:left;
}
hr {
color:#000066;
size: 1%;
background:background-color;
border:'border-width' 'border-style' 'color';
border-color:#000033;
}

Legend
{
BORDER-color:#303062;
color:#303062;
font-weight:bold;
font-family: Arial,Times New Roman, mono;
font-size:14pt;
text-align:left;
}
SELECT 
{	
FONT-FAMILY: Arial,Tahoma, Verdana; 
BORDER-RIGHT: #D9D7D7 1px solid;
BORDER-TOP: #D9D7D7 1px solid;
BORDER-LEFT: #D9D7D7 1px solid;
BORDER-BOTTOM: #D9D7D7 1px solid;
background-color:#D5F7F8;
FONT-SIZE: 10pt; 
COLOR:black;
}

TEXTAREA 
{	
BORDER-RIGHT: silver 1px solid; 
BORDER-TOP: silver 1px solid; 
FONT-SIZE: 14pt; 
BORDER-LEFT: silver 1px solid; 
BORDER-BOTTOM: silver 1px solid; 
FONT-FAMILY:"Courier New"; 
BACKGROUND-COLOR: #FFFFFF;
}

TEXT
{	
FONT-SIZE: 10pt; 
FONT-FAMILY:Arial, Tahoma, Verdana;
}
table {
	font-family:Arial, Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 14px;
	empty-cells:show;
	
}
td{
	font-family: Arial,Tahoma, Verdana, Helvetica,  Sans-serif;
	font-size: 14px;
	border-color:silver;
}

th{
	font-family:Arial, Verdana,Tahoma,Sans-serif,Helvetica;
	font-size: 14px;
	color:#227;
	background-color:#DDE;
	text-align:left;
	font-weight:regular;
}

a {
	font-family:Arial, Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	text-decoration:none;
}


 -- link --

a: link
{
text-decoration:none;
}

a:visited {
color:#000080;
text-decoration:none;
}


a:hover {
color:red;text-decoration:underline;
}

.menutext {
	list-style-type: square;
	text-decoration:none;
}



