/* background */

body { background: #ffffff }



/* font */

p, div, td, input, select, option, textarea { font-family: "Verdana", "Geneva", sans-serif; color:#000000; }

font { font-family: "Verdana", "Geneva", sans-serif; }



/* tables */

table.light { background: #f0f0f0 }

table.medium { background: #e0e0e0 }

table.dark { background: #F0F3F4 }

table.border { background: #e0e0e0; border: 1px solid; border-top-color: #888888; border-right-color: #222222; border-bottom-color: #222222; border-left-color: #888888 }

td.vr { background: url("images/vr_gray.gif"); background-color: #d0d0d0 }

td.light { background: #f9f9f9; border: 1px solid; border-top-color: #888888; border-right-color: #222222; border-bottom-color: #222222; border-left-color: #888888 }

td.medium { background: #e0e0e0; border: 1px solid; border-top-color: #888888; border-right-color: #222222; border-bottom-color: #222222; border-left-color: #888888 }



/* forms */

input { font-size: 11px }

input.button { background-color: #d0d0d0; }

input.ok { background-color: #d0d0d0; font-weight: bold }

input.text { width: 380px }

input.login { width: 88px }

input.profile { width: 100px }

input.double { width: 200px }

input.img { border: 0px }

textarea { font-size: 10px }

select { font-size: 10px }

option { font-size: 10px }

select.big { font-size: 11px; }



/* text */

p { font-size: 12px;  }

p.doc { text-align: justify; }

b { font-weight: bold; }

a { font-size: 12px; font-family: "Verdana", "Geneva", sans-serif; font-size: 12px; color:#660000; text-decoration: none; font-weight: bold; }

a:hover { color:#cc6600; text-decoration: underline; }



/* shared classes */

.mini { font-size: 11px; font-weight: normal; }

.tip { font-size: 11px; font-weight: normal; text-align: justify; }

.tiny { font-size: 10px; font-weight: normal; }

.menu { font-size: 12px; color:#002288; font-weight: bold; }

.sig { font-size: 11px; color:#666666; text-align: right; line-height: 10px;}

.siglink { font-size: 11px; color:#666666; font-weight: normal; }

.error { font-size: 12px; color:#FF2222; font-weight: bold; }

.normal { font-size: 12px }

.faq { font-weight: normal }





/* comments */

p.comment { text-align: justify; background: #dadada;}

div.comment { text-align: right; font-family: "Verdana", "Geneva", sans-serif; font-size: 11px; color:#666666; line-height: 10px }

