/* sets the font style for all copy */
body,td,ul,div {
  font-family: verdana, helvetica, sans-serif;
  font-size: 11px;
}

/* pricing data */
.data { font-size: 10px; }
.datatitle { font-size: 10px; font-weight: bold; }

/* green title */
.greentitle { font-size: 11px; font-weight: bold; color: #66cc00; }

.greencell { font-size: 11px; font-weight: bold; color: #ffffff; background-color: 66cc00; }

/* purple title */
.purpletitle { font-size: 11px; font-weight: bold; color: #6d458a; }

/* text */
.heading { font-size: 11px; font-weight: bold; color: #000000 }
.text { font-size: 11px; font-weight: color: #000000 }
.sub { font-size: 10px; font-weight: color: #707070 }

/* netscape bold */
b {	font-weight: bold; font-size: 11px; }

/* form styles */
input,select {font-size: 10px;}

a:link {color: #49166d;}
a:visited {color: #49166d;}
a:active {color: #49166d;}
a:hover {color: #7744a0;}