/*
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;
}

/* links styles */
a {
color: #000000; 
text-decoration: none;
font-size: 11px;
; font-family: Tahoma, Arial
}

/* link (mouse over) */
a:hover { 
color: #CC0000;
}
a:hover {  font-weight: normal; font-size: 11px; font-family: Tahoma, Arial; text-decoration: none}


/* base font */
body { 
font-family: Verdana, Arial, Tahoma;
font-size: 9pt;
 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;
} .menu_marginebotton {  padding-bottom: 16px}
.body {  font-family: Tahoma, Arial; font-size: 11px; color: #333333; text-align: justify; line-height: 16px; padding-left: 80px}
.bodytext { font-family: Tahoma, Arial; font-size: 11px; color: #333333; text-align: justify; line-height: 16px}
.tab_finale {  height: 25px}
.credits {  font-family: Tahoma, Arial; font-size: 11px; color: #9D9D9D; text-align: justify; line-height: 16px;}
.credits2 {  font-family: Tahoma, Arial; font-size: 11px; color: #333333; text-align: justify; line-height: 16px;}
.top {  font-family: Tahoma, Arial; font-size: 11px; color: #333333; text-align: right; line-height: 16px;}
.menu_down {  font-family: Tahoma, Arial; font-size: 11px}
.menu_manuf { font-family: Tahoma, Arial; font-size: 11px; color: #333333; text-align: justify; line-height: 16px; padding-left: 80px }
td.menu_manuf a:link {  color: #A6A488}
td.menu_manuf a:hover { color: #CC0000; text-decoration: none}

