
/*  common */
body { color: #575757; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif; }
ul  { text-decoration: none; list-style-type: square;}
ul ul { list-style-type: hyphen }

td    { color: #575757; font-size: 12px; font-family: Arial, Helvetica, Geneva, sans-serif;}


textarea { background-color: #ffffff; width: 100% }

.headline { color: #575757; font-size: 13px; font-weight: bold; }

/*  links */
a:link   { color: #575757; font-weight: bold; text-decoration : none; font-size: 12px;   }
a:visited { color: #575757; font-size: 12px; text-decoration : none; font-weight:bold;  }
a:hover { color: #575757; font-size: 12px; text-decoration:underline; font-weight:bold;  }
a:active { color: #575757; font-size: 12px;  text-decoration:underline; font-weight:bold;  }

.smallLinks   { color: #575757; font-weight: normal; font-size: 12px; text-decoration: underline }
.smallLinks a:link     { color: #575757; font-weight: normal; font-size: 12px;  text-decoration: underline }
.smallLinks a:visited   { color: #575757; font-weight: normal; font-size: 12px;  text-decoration: underline }
.smallLinks a:hover   { color: #575757; font-weight: normal; font-size: 12px;  text-decoration: none }
.smallLinks a:active   { color: #575757; font-weight: normal; font-size: 12px;  text-decoration: nones }

.downloadLinks  { color: #575757; font-weight: bold; text-decoration : underline; font-size: 12px;   }
.downloadLinks a:visited { color: #575757; font-size: 12px; text-decoration : underlline; font-weight:bold;  }
.downloadLinks a:hover { color: #575757; font-size: 12px; text-decoration:underline; font-weight:bold;  }
.downloadLinks a:active { color: #575757; font-size: 12px;  text-decoration:underline; font-weight:bold;  }


