.text-content {
 font-family: "Tahoma";
 font-size: 11px;
 color: #333333;
 text-decoration: none;
}

.copy {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: bold;
 color: #FFFFFF;
 text-decoration: none;
}

.copy:hover {
	text-decoration: underline;
}

.heading {
 font-family: "Verdana";
 font-size: 12px;
 font-weight: bold;
 color: #9A9A9A;
 text-decoration: none;
}

.lnk {
 font-family: "Tahoma";
 font-size: 11px;
 color: #779EC1;
 text-decoration: none;
}

.lnk:hover {
 text-decoration: underline;
}

.inp {
 font-family: "Tahoma";
 font-size: 11px;
 color: #333333;
 text-decoration: none;
 background-color: #FFFFFF;
 border: solid 1px #000000;
}

.inpm {
 font-family: "Tahoma";
 font-size: 11px;
 color: #333333;
 text-decoration: none;
 background-color: #FFFFFF;
 border-top: solid 1px #000000;
 border-right: solid 1px #000000;
 border-bottom: solid 1px #000000;
 border-left: solid 3px #CC0000;
}