/* CSS Document */

A {	color: #990000; text-decoration: none; }
A:hover {	color: #ff0000; text-decoration: none; }

A.redbox {	color: #ffffff; text-decoration: none; }
A.redbox:hover {	color: #cccccc; text-decoration: none; }

TD {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#000000}

.padding {padding: 10px; width: 578px}

.redtop {background-image: url('images/boxtop.jpg'); background-repeat: no-repeat; font-size: 14px; color:#ffffff; font-weight:bold }

.redmid {background-image: url('images/boxmiddle.jpg'); background-repeat: repeat-y; color:#ffffff; padding: 10px;}

.redbottom {background-image: url('images/boxbottom.jpg'); background-repeat: no-repeat; }

.footer {font-size: 10px; color:#ffffff}

a.attach, a.attach:visited, span.attach
{
  display: block;
  width:   114px;
  border:  1px solid black;
  background: #cccccc;
  text-decoration: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  color: #000000;
   border-bottom: none;
   padding: 0.15cm 0cm

}

a.attach:hover {	color: #ff0000; text-decoration: none; }