body {
margin: 0;
background: #E5E7DA url("img/bodybg.gif");
scrollbar-face-color: #4A735A;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color: #4A735A;
scrollbar-darkshadow-color: #4A735A;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #D8DBD4;
}
A:link {
text-decoration: underline;
color: #696A97;
}
A:hover {
text-decoration: underline;
color: #CC3300;
}
A:active {
text-decoration: none;
color: #CC3300;
}
A:visited {
text-decoration: underline;
color: #696A67;
}
.menu {
font-family: "Arial", sans-serif;
font-size: 10pt;
color: #E8EAE5;
}
.menu A:link {
text-decoration: none;
color: #EFF2EB;
}
.menu A:hover {
color: #FFFFE0;
}
.menu A:active {
color: #FFFFE0;
}
.menu A:visited {
text-decoration: none;
color: #B6BAAF;
}
.lang {
text-align: right;
margin-right: 2px;
font-family: "Tahoma", sans-serif;
font-size: 8pt;
color: #696A67;
}
.lang A:link {
text-decoration: none;
color: #696A97;
}
.lang A:hover {
color: #CC3300;
}
.lang A:active {
color: #CC3300;
}
.lang A:visited {
text-decoration: none;
color: #696A67;
}
.nb {
color: #CC3300;
font-weight: bold;
}
.red {
color: #CC3300;
}
.green {
color: #4A735A;
}
.tleft {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
text-align: left;
}
.tright {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
text-align: right;
}
p, li, dt, dd {
font-family: "Arial", sans-serif;
font-size: 10pt;
}
.bottomlinks {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
font-weight: bold;
color: #494A47;
}
.subscr {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
font-weight: bold;
margin-left: 50px;
}
h1 {
font-family: "Bookman old style", serif;
font-size: 14pt;
color: #4A735A;
}
h2 {
font-family: "Bookman old style", serif;
font-size: 13pt;
color: #4A735A;
}
h3 {
font-family: "Verdana", sans-serif;
font-size: 10pt;
color: #8F3F10;
}
h4 {
font-family: "Tahoma", sans-serif;
font-size: 9pt;
color: #4F4F4F;
}
h5 {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
color: #000000;
text-align: right;
margin: 0;
}
h6 {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
}
hr {
height: 1px;
border: 1px solid #4A735A;
}
.tablehead {
color: black;
background-color: #D0D4CD;
}
.tdark {
border-collapse: collapse;
border: 1px solid #4A735A;
background-color: #D8DBD4;
}
.tbody {
padding: 10px;
}
.tvisible, .tvisible th, .tvisible td {
border-collapse: collapse;
border: 1px solid #4A735A;
}
.tinside, .tinside th, .tinside td {
border: 0px solid;
}
/* forms */
input.text {
border: 1px solid #4A735A;
height: 20px;
padding: 2px;
font-family: "Tahoma", sans-serif;
font-size: 9pt;
}
textarea {
border: 1px solid #4A735A;
font-family: "Courier New", monospace;
font-size: 9pt;
padding: 2px;
}
input.button {
/*border: 1px solid #4A735A;*/
font-family: "Tahoma", sans-serif;
font-size: 9pt;
}
select {
border: 1px solid #4A735A;
background-color: #EFF2EB;
}