a { text-decoration:none; line-height:15px }
a:link { color:84292a }
a:visited { color:621E1F }
a:active { color:528383 }
a:hover { color:ac4e4e; text-decoration:underline }

a.big {font-size:15px; font-weight:bold; text-decoration:underline; line-height:25px }
a.big:link { color:191919 }
a.big:visited { color:151515 }
a.big:active { color:363636}
a.big:hover { text-decoration:none }

a.disabled {text-decoration:none; color:bebebe; line-height:15px }
a.disabled:link { color:bebebe }
a.disabled:visited { color:bebebe }
a.disabled:active { color:bebebe}
a.disabled:hover { text-decoration:none }

p.normal { text-align:justify; text-indent:20px; }
p.normal:first-letter { font-size:14px; color:528383; font-weight:bold }

body { margin:0px;  background-color:f7efe4; color:262626}
body,td,input,select { font-family:tahoma, verdana, times; font-size:11px }


.menu { 
  width:212px;
  padding-left:10px;
  padding-bottom:5px;
  background:url(pic/grad2_menu_left.jpg) right repeat-y;
  background-color:efd6bf;
}
.menu_left {
  padding-top:35px; 
  padding-left:40px;
  padding-right:20px; 
  padding-bottom:2px;
  background-color:efd6bf; 
  background:url(pic/grad2_menu_right.jpg) left repeat-y;  
}

.header1 { font-size:15px; font-weight:bold }
.header2 { font-size:13px; font-weight:bold }

.tealBold { color:528383; font-weight:bold }
.teal { color:528383 }
.txtRED { color:990000 }
.boldRed { color:990000;font-weight:bold; }
.txtGREEN { color:007700;font-family:courier new;font-weight:bold }
.txtCARD { font-family:verdana;font-size:12px; }

.field { font-weight:bolder;color:000077 }
.sub_field { color:007700 }

.h1 { font-weight:bold;font-size:15px;color:595959 }
.h2 { font-weight:bold;font-size:15px;color:3aad53 }

.helpText { font-family:courier new;color:005500;font-weight:bold }

hr.1 { height:1px;border:dotted 1 }
hr.2 { height:2px;color:aabbcc }

.sm { border:none; background-color:transparent; cursor:hand }
.sm1 { border:none; background-color:transparent }
  
td.1 { background-color:f8f8f8; }
td.2 { background-color:f7efe4; }
td.cell1 { border-bottom:solid 1px; border-right:solid 1px; border-color:bebebe }

div.padding { padding-left:10px } 
.div1 { padding-left:10px }

.justify { text-align:justify }

.id { font-family:verdana;font-size:8;font-weight:bolder;color:009900 }
.notice { font-weight:bold;color:009900 }
.notice1 { font-weight:bolder;color:purple }
.notice2 { font-weight:bolder;color:green }
.err { color:990000; font-weight:bold }

.img { border:solid 1;height:75px; }



.suckerdiv ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 212px;
  border-bottom: 1px solid #ccc;
}
.suckerdiv ul li{
  position: relative;
}
.suckerdiv ul li ul{
  position: absolute;
  width: 240px;
  top: 0;
  visibility: hidden;
}
.suckerdiv ul li a{
  display: block;
  overflow: auto;
  color: black;
  text-decoration: none;
  background: #fff;
  padding: 1px 5px;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.suckerdiv ul li a:visited{
  color: black;
}
.suckerdiv ul li a:hover{
  background-color: yellow;
}
.suckerdiv .subfolderstyle{
  background: url(arrow-list.gif) no-repeat center right;
}
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }


