.conts {
display:none;
margin:5px;
}

.selconts {
display:block;
margin:5px;
}

.tab #center {
height: 30px;
font-family: arial, helvetica, sans-serif;
font-size:12pt;
text-align:center;
font-weight:bold;
color:#FFFFFF;
background-color: #009911;
border-top:solid 1px #000000;
  background: url('img/tabBg.gif')
	repeat-x top;
}

.tab #left {
width:5px;
background: url('img/tab-left.gif');
}

.tab #right {
width:5px;
background: url('img/tab-right.gif');
}

.selTab #center {
height: 30px;
font-family: arial, helvetica, sans-serif;
font-size:12pt;
text-align:center;
font-weight:bold;
color:#009911;
background-color: #eeffee;
border-top:solid 1px #000000;
  background: url('img/seltabBg.gif')
           repeat-x top;
}

.selTab #left {
width:5px;
background: url('img/seltab-left.gif');
}

.selTab #right {
width:5px;
background: url('img/seltab-right.gif');
}

#tabtable1 {
width:646px;
position:relative;
top:0px;
left 0px;
}

#tabtable2 {
width:650px;
position:relative;
top:0px;
left 0px;
}

body {
margin: 10px 10px 10px 10px;
}

table.body {
background-color: #eeffee;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
border-bottom:solid 1px #000000;
height:500px;
width:650px;
padding-left: 5px;
padding-right: 5px;
}

p {
  font-size: 10pt;
}

td {
  font-size: 10pt;
}

table.form p {
margin-top: 7px;
}

select { 
  font-size: 9pt;
  margin-top: 3px;
}

input.text { 
  margin-top:3px;
  width: 150px;
  font-size: 9pt;
  padding-left: 3px;
  padding-right: 3px;
  background-image: url('img/formBg.gif');
	background-repeat: repeat-x;
}

input.go {
   width: 130px;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   border: 1px #000000;
   color: #ffffff;
   background-color: #009911;
}

textarea { 
  margin-top:3px;
  width:200px;
  height:55px;
  font-size: 9pt;
  padding-left: 3px;
  background-image: url('img/textareaBg.gif');
	background-repeat: repeat;
}

.button
{  width: 130px;
   text-align:center;
   font-family: arial, helvetica, sans-serif;
   font-size: 12px;
   border: 1px #000000;
   color: #ffffff;
   background-color: #009911;
   padding:2px;
}
