a { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #000000; }
a:link { text-decoration: underline; color: #000000; }
a:visited { text-decoration: underline; color: #000000; }
a:hover { text-decoration: none; color: #000000; }

.link2:link { text-decoration: none; color: #ca0000; }
.link2:visited { text-decoration: none; color: #ca0000; }
.link2:hover { text-decoration: underline; color: #ca0000; }

.link3:link { text-decoration: underline; color: #ca0000; }
.link3:visited { text-decoration: underline; color: #ca0000; }
.link3:hover { text-decoration: none; color: #ca0000; }

.link4:link { text-decoration: none; color: #888888; }
.link4:visited { text-decoration: none; color: #888888; }
.link4:hover { text-decoration: none; color: #ca0000; }

.link5:link { text-decoration: none; color: #ffffff; }
.link5:visited { text-decoration: none; color: #ffffff; }
.link5:hover { text-decoration: underline; color: #ffffff; }

.black:link { text-decoration: none; color: #000000; }
.black:visited { text-decoration: none; color: #000000; }
.black:hover { text-decoration: none; color: #000000; }

.blue:link { text-decoration: underline; color: #0067cf; }
.blue:visited { text-decoration: underline; color: #0067cf; }
.blue:hover { text-decoration: underline; color: #ff0000; }

.smallfont { font-family: Verdana, Arial; font-size: 10px; line-height: 13px; }
.midfont { font-family: Verdana, Arial; font-size: 11px; line-height: 16px; }
.largefont { font-family: Arial; font-size: 20px; }

.input1 { font-family: Verdana, Arial; font-size: 11px; color: #000000; background: #f3f3f3; }
.input2 { font-family: Verdana, Arial; font-size: 11px; color: #000000; background: #ffffff; }

td { font-family: Verdana,Arial; font-size: 11px; }
.gridtitle { border-top: 1px #ffffff solid;  border-bottom: 1px #8eb1f3 solid; border-left: 1px #8eb1f3 solid; border-right: 1px #ffffff solid; background: #d1dffa; padding-left: 4px; padding-right: 4px; }
.gridrow { border-bottom: 1px #d1dffa solid; padding-left: 4px; padding-right: 4px; }


