/*
base CSS file
you can customize most of the GUI shit from here

tested on explorer 5+ / netscape 6 / netscape 4.7 (buggy)

safe (supported) colors are:
black, silver, gray, white, maroon, red, purple, fuchsia, green, lime,
olive, yellow, navy, blue, teal, aqua
more at http://www.w3.org/MarkUp/Guide/Style
CSS1 reference at http://www.zvon.org/xxl/css1Reference/Output/index.html
you can specify colors also with: rgb(value1, value2,value3) or #112233
*/

/* whole page settings */
body {
/* default text color */
color: black;
}

/* all tables are bordless */
table {
border-style: none;
; font-size: 11px
}

/* links styles */
a {
color: #336666; 
text-decoration: none;
; font-family: Tahoma, Arial, Verdana
; font-size: 11px
}

/* link (mouse over) */
a:hover { 
color: #CC3333; text-decoration: underline;
}
a:hover {  font-weight: normal; font-family: Tahoma, Arial}


/* base font */
body { 
font-family: Tahoma, Arial, Verdana;
 margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
 } 
td { 
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
; font-size: 11px
} .body {  padding-right: 20px; padding-bottom: 35px; padding-left: 20px; text-align: justify}
em {  font-weight: bold; color: #CC0000; font-variant: normal; text-transform: none; font-style: normal}
.bodydx { padding-right: 20px; padding-bottom: 20px; padding-left: 0px; text-align: right}
input {  font-family: Tahoma, Arial; font-size: 11px; color: #330000}
textarea {  font-family: Tahoma, Arial; font-size: 11px; color: #330000; width: 405px}

