
td { font: 13px arial; color: #000000; }

.menubold { font: bold 12px arial; color: #444444; text-decoration: none }

A.menulink:link {text-decoration: none}
A.menulink:visited {text-decoration: none}
A.menulink:active {text-decoration: none}
A.menulink:hover {text-decoration: underline; color: darkred;}
A:hover {text-decoration: underline; color: darkred;}
A.nohighlight:hover {text-decoration: underline; color: black;}

A.indexlink { text-decoration: underline; color: darkred;  font: bold 16px arial; color: #444444; }
A.indexlink:link {text-decoration: none; }
A.indexlink:visited {text-decoration: none}
A.indexlink:active {text-decoration: none}
A.indexlink:hover {text-decoration: underline; color: darkred; }

A.menulink_big { font-size: 12pt; font-weight: bold; color: #000000; font-family: Trebuchet MS, Sans-Serif; }
A.menulink_big:link {text-decoration: none}
A.menulink_big:visited {text-decoration: none}
A.menulink_big:active {text-decoration: none}
A.menulink_big:hover {text-decoration: underline; color: darkred;}

.mini { font: 10px arial; color: #000000; }

h1 { font: bold 15px arial; color: #000000; }
h2 { font: bold 13px arial; color: #000000; }

.content
{
padding-left: 10px;
padding-right: 10px;
}

h3  {
  /*background-color:     #dddddd;
  background-color:       #ffe995;
  background-color:       #f5b6a7;
  background-color:       #eddddd;
  background-color:       #eeddc0;
  background-color:       #ecdddd;*/
  
  background-color:       #ecddc8;
  border-bottom-color:    #ababab;
  border-bottom-style:    solid;
  border-bottom-width:    1px;
  border-left-style:      none;
  border-right-style:     none;
  border-top-color:       #ababab;
  border-top-style:       solid;
  width:				  100%;
  border-top-width:       1px;
  color:				  #555555;
  font-family:            Trebuchet MS, Sans-Serif;
  font-size:              11pt;
  margin:                 0;
  padding:                1px;
  text-align:             center;
  margin-bottom:          8px;
  margin-top:             8px;
  }


.featlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

.featlist li
{
padding-left: 12px;
padding-bottom: 4px;
background-image: url(../images/listarrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
.featlist2
{
margin-left: 20;
margin-top: 3;
padding-left: 0;
list-style: none;
}
.featlist2 li
{
padding-left: 12px;
background-image: url(../images/listarrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}


code  {
  background-color:       #f4f4f4;
  border-style:   		  solid;
  border-width:           1px;
  border-color:           #ababab;
  color:				  #000000;
  font-family:            monospace;
  padding:                2px;
  padding-top:            0px;
  padding-bottom:         0px;
  }

