td {
  font-family:Arial;
  font-size:12px;
  color:#000000;
}

.title {
  font-family:Arial;
  font-weight:Bold;
  font-size:16px;
  color:#000000;
}

.normal a:link {text-decoration: underline; color:blue;}
.normal a:visited {text-decoration: underline; color:blue;}
.normal a:active {text-decoration: underline; color:gray;}
.normal a:hover {text-decoration: underline; color:gray;}

.headtext a:link {text-decoration: none; color:black;}
.headtext a:visited {text-decoration: none; color:black;}
.headtext a:active {text-decoration: underline; color:black;}
.headtext a:hover {text-decoration: underline; color:black;}

.mainBorder {
	border-style: solid;
	border-width:  5px;
	border-color: #FF0000;
}