a:link { color: #3D8C98;  }
 a:visited { color: #3D8C98; }
 a:active { color: none; }
 a:hover { color: #666666; text-decoration: background-color: red; }
 a:visited:hover { color: #3D8C98; text-decoration: none; }


.regularText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
}

.bottomLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
	text-transform: none;
}
.dottedTableGreen {
	border: 0px solid #663399;
}
.dottedTableGrey {
	border: 0px solid #999999;
}
.dottedRightSide {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

