html, body {
height:100%;
font-family:Arial;
}
html, td {text-align:left;}
html, img{margin:0;}
.c {text-align:center;cursor:default;}
.v {text-align:center;text-decoration:underline;cursor:default;}
a {
color : #000000;
font-size : 12px;
text-decoration : none;
}
a:link {
color : #000000;
font-family : Arial;
text-decoration : none;
}
a:visited {
color : #000000;
font-family : Arial;
text-decoration : none;
}
a:hover {
color : #3ba0c5;
font-family : Arial;
text-decoration : none;
}
a:active {
color : #000000;
font-family : Arial;
text-decoration : none;
}
.h{margin:2px;}
a.host{
color : #000000;
text-decoration : none;
margin:10px;
}
a.host:hover {
text-decoration : underline;
}
.nb {
color : #333333;
text-decoration : none;
}
A.pod2 {
font-size : 13px;
color : #000;
}
a.pod2:active {
color : #000;
text-decoration : underline;
}
a.pod2:hover {
color : #000;
text-decoration : underline;
}
a.mnu {
font-size : 12px;
font-weight : bold;
color : #000000;
font-family : Arial;
text-decoration : none;
}
a.mnu:link {
font-weight : bold;
color : #000000;
text-decoration : none;
}
a.mnu:visited {
font-weight : bold;
color : #000000;
text-decoration : none;
}
a.mnu:active {
font-weight : bold;
color : #000000;
text-decoration : none;
}
a.mnu:hover {
font-weight : bold;
color : #3ba0c5;
text-decoration : none;
}
td.b {
font-weight : bold;
text-align:center;
}
.b {font-weight : bold;}
.submenutext {display : none;}
td {font-size : 12px;}

a.order2 {
font-size : 11px;
color : #333333;
width : 99%;
background : #fff;
float : left;
border : dotted;
border-width : 1px;
}
a.order2:link {
color : #333333;
}
a.order2:hover {
color : #333333;
}
input.select {
padding-left : 5px;
margin : 0;
background : #ffffff;
border-color : #999999;
border-width : 1px;
font-size : 13px;
border-style : dotted;
height : 20px;
}
select.select {
padding : 0;
margin : 0;
background : #ffffff;
border-color : #999999;
border-width : 1px;
font-size : 13px;
border-style : dotted;
}

a.order {
width : 220px;
background-color : #eef8fb;
float : left;
color : #333333;
}
a.order:link {color : #333333;}
a.order:visited {color : #333333;}
a.order:active {color : #333333;}
a.order:hover {color : #333333;}
input.da {
padding : 2px;
background : #c6dde4;
width : 100px;
height : 15px;
font-size : 11px;
border : 0;
float: left;
margin-top:1px;
}
.tooltip { position: relative; }
.tooltip span {
  position: absolute;
  left:25px;
  top: 0px;
  display: none;
  min-width: 50px;
  padding: 2px 2px;
  white-space: nowrap;
  font-size: 11px;
  font-family: Arial;
  text-align: center;
  background-color:#ffffe7;
  color: #000;
  border: 1px solid #000;
}
.tooltip:hover span { display: block; }
h2 {font-size : 15px;}
h3 {margin : 0;font-size : 18px;}
h5 {font-size : 15px;}
hr {
background-color : #a2a2a2;
height : 1px;
border : 0;
border-top : 1px;
}