/* CSS Document for DAFOS website */<!-- CSS for the DAFOS website <style type="text/css">-->:link    { color: blue }:active  { color: blue }:visited { color: blue }body {font-family: Verdana; font-size: 13px; font-weight: normal; text-align: left; color: black;      background-color: #ffffcc;} h1 {font-size: 15px; font-weight: bold; font-style: italic; text-align: left; } h2 {font-size: 13px; font-weight: bold; font-style: italic; text-align: center;} h3 {font-size: 13px; font-weight: bold; font-style: italic; text-align: left;}  table {  background-color: #ffffcc;  padding: 0px;  margin: none;  border: 0px solid blue;  border-collapse: collapse;  } table.bodytext {  border: 1px solid blue;  } table.footframe {  border-width: 1px 0 0 0;  } table.headframe {  border-width: 0 0 1px 0;  }.normal {font-size: 13px; font-weight: normal; text-align: left; }.footer {font-size: 11px; color: #800080 }.note {font-size: 9px ; font-weight: normal; color: #800080; }.heading {font-size: 13px; font-weight: bold; font-style: italic;}.title {font-size: 29px; font-style: normal; font-weight: bold; color: blue }.caption {text-align: center; font-weight: bold; font-size: 9px;}.bold{ font-weight: bold; }.italic { font-style: italic; font-weight: normal; }.link {font-size: 23px; font-style: normal; font-weight: normal; }ul.std {text-size: 11px; color:  #800080;}hr {border: 0px; height: 1px; padding: 0px;}/* MENU Stuff */.hovermenu ul{padding: 0;margin: 2px;}.hovermenu ul li{list-style: none;display: inline;font: bold 11px arial;}.hovermenu ul li a{padding: 2px;text-decoration: none;text-align: center;float: left;width: 90px;color: black;background-color: #FFF2AF;border: 2px solid #FFF2AF;height: 13px;margin: 0;}.hovermenu ul li a:hover{background-color: #FFE271;border-style: outset;}html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */border-style: inset;}/* Buttons */.buttons ul{padding: 12px;margin: 0px;}.buttons ul li {list-style: none;display: inline;font: 15px arial;font-weight: bold; }.buttons ul li a {padding: 5px;margin: 0px;height: 64px;width: 100px;line-height: 120%;vertical-align: middle;background-color: #8080FF;border: 2px solid #0000FF;text-decoration: none;text-align: center;color: black;}.buttons a:hover{background-color: #FFE271;border-style: outset;}/* Buttons for use as TABS */.buttons ul li a {padding: 5px;margin: 2px;height: 64px;width: 200px;line-height: 120%;vertical-align: middle;background-color: #8080FF;border: 2px solid #0000FF;text-decoration: none;text-align: center;color: black;}.buttons a:hover{background-color: #FFE271;border-style: outset;} <!-- </style> -->