A:LINK    { font : 16px Arial, Verdana, Geneva, Helvetica, sans-serif; color : 000088; text-decoration : none }
A:VISITED { font : 16px Arial, Verdana, Geneva, Helvetica, sans-serif; color : 000088; text-decoration : none }
A:HOVER   { font : 16px Arial, Verdana, Geneva, Helvetica, sans-serif; color : 000088; text-decoration : none }
A:ACTIVE  { font : 16px Arial, Verdana, Geneva, Helvetica, sans-serif; color : 000088; text-decoration : none }


.linkOut {
  cursor: default;
  font: 16px Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: 000000;
  font-weight: bold;
  text-align: center;
  text-decoration: none
  border: thin none #666666;
  background-image: url('../img/head/pipe/link.gif');
  display: block;
  width=118px;
  height=21px;
}

.linkOver {
  cursor: pointer;
  font: 16px Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none
  border: thin none #666666;
  background-image: url('../img/head/pipe/linkOver.gif');
  display: block;
  width=118px;
  height=21px;
}

.checkers {
  background-image: url('../img/head/checkers.gif');
  background-repeat: repeat-y;
}

.pipeHor {
  background-image: url('../img/head/pipe/hor.gif');
  background-repeat: repeat-x;
}

.pipeVert {
  background-image: url('../img/head/pipe/vert.gif');
  background-repeat: repeat-y;
}

.linkBoxMiddle {
  background-image: url('../img/head/pipe/hor.gif');
  background-repeat: repeat-y;
  background-repeat: repeat-x;
}

.linkBoxLeft {
  background-image: url('../img/head/pipe/horendleft.gif');
  background-repeat: repeat-y;
  background-repeat: repeat-x;
}

.linkBoxRight {
  background-image: url('../img/head/pipe/horendright.gif');
  background-repeat: repeat-y;
  background-repeat: repeat-x;
}

.line {
  background-image: url('../img/head/line.gif');
  background-repeat: repeat-x;
}

.dip {
  background-image: url('../img/head/dip.gif');
  background-repeat: repeat-x;
}

.dipline {
  background-image: url('../img/head/dipline.gif');
  background-repeat: repeat-x;
}

.widget {
  background-image: url('../img/head/widget.gif');
  background-repeat: repeat-x;
}

.linkLeft {
  background-color: 666666;
}

.darkBlueEdge {
  background-image: url('../img/head/darkBlueEdge.gif');
  background-repeat: repeat-x;
}

.White {
  border: solid rgb(82,133,210) 2px;
  background-color: rgb(255,255,255);
}

.yellow {
  border: solid rgb(82,133,210) 1px;
  background-color: rgb(250,251,172);
}

.medium {
  border: solid rgb(82,133,210) 2px;
  background-color: rgb(152,191,231);
  text-align: left;
}

.danger {
  border: solid rgb(128,0,0) 2px;
  background-color: rgb(255,128,228);
}

.light {
  border: solid rgb(82,133,210) 1px;
  background-color: rgb(205,212,225);
  text-align: left;
}

.dark {
  border: solid rgb(82,133,210) 2px;
  background-color: rgb(131,147,180);
  text-align: left;
}

.pad4 {
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.pad6 {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.itemTable {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  spacing-left: 4px;
  spacing-right: 4px;
  spacing-top: 4px;
  spacing-bottom: 4px;
}

