/* html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;} */

html, body{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

b {color: red;}
h1 {color : blue; text-align:center;}
h2 {color : yellow; padding:10px; border:1px solid gray; background:navy; text-align:center;}
h3 {color:blue; padding:4px; border:0px solid gray; text-align:left;}
h4{
   color:white;
   padding:4px 4px 4px 20px; 
/* border:1px solid #99ffff; */
   border:0px solid white;
   background:navy;
   text-align:left;
   -webkit-border-radius:20px 0 0 0;
   -khtml-border-radius:20px 0 0 0;
   -moz-border-radius:20px 0 0 0;
   -o-border-radius:20px 0 0 0;
   border-radius:20px 0 0 0; }

strong {color:blue;}
em {color:fuchsia;}
th {color:navy;}

a:active{color:red; text-decoration:none;}
/* a:hover{color:red;border:1px solid maroon;} */
a:hover{color:red; outline:solid maroon; text-decoration:none;}
a.normal:hover{text-decoration:underline;outline:none;}
a.faq:visited{color:red; text-decoration:none;}
a.faq:active{color:red; text-decoration:none;}
a.faq:hover{color:red; text-decoration:none;}
a.faq:link{text-decoration:none;}

a.mailnav:link{
   background:url(/sysinfo/pictures/mail-send-2.png) no-repeat;
   width:48px; 
   height:48px;
   outline:none;
   display:block;}

a.mailnav:hover{
   background-position:0 bottom;}

div.center{
   padding:0;
   margin:0;
   text-align:center;}

td.corner{
   width:150px;
   border-top:1px solid #588ccc;
   border-left:1px solid #588ccc;}

td.corner a:hover{
   text-decoration:none;
   outline:none;}

td.sidebar{
   width:150px;}

td.sbhead{
   background:#588ccc;
   color:white;
   font-weight:bold;}

td.linkitem{
   border-bottom:1px solid white;}

td.linkitem a:link{
   text-decoration:none;}

td.linkitem a:visited{
   color:#6600ff;
   text-decoration:none;}

td.linkitem a:hover{
   color:#ff0000;
   text-decoration:none;}

img.corner{
   width:120px;
   height:53px;
   border:0;
   padding:0;
   margin:0;}

div.banner{
   width:auto;
   background:#dde7e6;
   padding:5px 10px 5px 10px;
   border:1px solid #588ccc;}

div.sidebar{
   background:#dde7e6;
   padding:0px;
   border:1px solid #588ccc;}

div.body{
   width:auto;
   background:#fff;
   margin:0;
   padding:10px 10px 5px 10px;}

div.color1{
   background-color:#eeffff;}

.button{
  display:block;
  float:left;
  margin: 0.1em 0.5em 0.1em 0;
  padding:3px 5px 3px 5px;   /* Links */
  
  border:1px solid #0000de;
  border-top:1px solid #00e;
  border-left:1px solid #00e;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
/*
  font-size:100%;
  line-height:120%;
*/
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}

