#col1 a:link {
      color: #000000;
       text-decoration: none;
}
#col1 a:visited {
      color: #111111;
       text-decoration: none;
}
#col1 a:hover {
      color: #cccccc;
       text-decoration: underline;
}
#col1 a:active {
      color: #66ff66;
      text-decoration: underline;
}
.cap {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
.smallCap {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
}
.smallSpace {
	font-family: "Times New Roman", Times, serif;
	font-size: 6px;
	font-style: normal;
}
.capRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FF0000;
}
.smallCapRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FF0000;
}

