table {
}

td {
 font-size           : 10pt;
 vertical-align      : top;
}

th {
 font-size           : 10pt;
 text-align          : left;
}
/* --------------------------------------------------------------------------------------------- */
table.form {
}

table.form td {
 font-size           : 10pt;
 vertical-align      : middle;
}

table.form th {
 font-size           : 10pt;
 text-align          : left;
}
/* --------------------------------------------------------------------------------------------- */
input {
 border              : 1px solid #ffcc00;
 font-family         : Verdana, Tahoma;
 font-size           : 10pt;
 color               : #707070;
}

button {
 padding             : 0;
 margin              : 0;
 width               : 80px;
 font-size           : 10pt;
 border              : 1px solid #707070;
 background-color    : #ffcc00;
 color               : #707070;
}

textarea {
 border              : 1px solid #ffcc00;
 font-family         : Verdana, Tahoma;
 font-size           : 10pt;
 color               : #707070;
}
/* --------------------------------------------------------------------------------------------- */
a {
 color               : #707070;
 text-decoration     : none;
 font-style          : italic;
}

a:hover {
 color               : #ffcc00;
}
/* --------------------------------------------------------------------------------------------- */
p.tabimg {
 width               : 100%;
 text-align          : center;
}

p.tabimg img {
 padding             : 2px;
 margin              : 18px;
 border              : none;
}

p.tabimg a:hover img {
 background-color    : #ffcc00;
}
/* --------------------------------------------------------------------------------------------- */
hr {
 height              : 1px;
 border              : none;
 background-color    : #ffcc00;
 width               : 100%;
}