body,td {
font-family: Arial, sans-serif;
font-size: 11px;
color: #666666;
margin:0px;
padding:0px;
}

/*text colors*/
.blue {color: #58A6AD}
h1 {color: #4C4C4C; font-size:14pt;}
h2 {color: #64BCC3; font-size:11pt; margin-bottom:0px; padding-bottom:0px;}
.red {color: #CD1368}
.purple {color: #663262}
.charcoal {color: #666666;}
.pink {color: #CC6699; font-weight: bold}

/*text styles*/
.textsmall{
font-size: 9px;
}
.textlarge {
font-size: 13px;
font-weight: bold;
}
.producttitle {
font-size: 16px;
color: #996699;
font-weight: bold;
}
.productdesc {
font-size: 12px;
font-family: Arial, sans-serif;
color: #55486B;
}
.productdesc2 {
font-size: 14px;
font-family: Arial, sans-serif;	
color: #55486B;
line-height: 19px
}
.productdesc3 {
font-size: 13px;
font-family: Arial, sans-serif;
color: #55486B;
line-height: 19px
}
.fmtext {
font-size: 12px;
font-family: Arial, sans-serif;
color: #333;
line-height: 19px;
}


/* default link style: grey with blue rollover, no underline*/
A:link { color: #666666; text-decoration: none; }
A:visited { color: #666666; text-decoration: none; }
A:hover { color: #64BCC3; text-decoration: none;  }

a.bigblue {color: #64BCC3; font-size:11pt; text-decoration:none; font-weight:bold;}
a.bigblue:visited {color: #64BCC3; font-size:11pt; text-decoration:none; font-weight:bold;}
a.bigblue:hover {color: #666666; font-size:11pt; text-decoration:none; font-weight:bold;}

a.white:link { color: #ffffff; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; font-family:  Arial; text-decoration: none; background-color: transparent	 }
a.white:visited { color: #ffffff; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; font-family: Arial; text-decoration: none; background-color:transparent}
a.white:hover { color: #ffffff; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; font-family:  Arial; text-decoration: underline; background-color: transparent }
a.white:active { color: #ffffff; font-style: normal; font-weight: normal; font-size: 8pt; line-height: 10pt; font-family:  Arial; text-decoration: underline; background-color: transparent }

a.u {color: #64BCC3; font-size:9pt; text-decoration:underline; font-weight:bold;}
a.u:visited {color: #64BCC3; font-size:9pt; text-decoration:underline; font-weight:bold;}
a.u:hover {color: #666666; font-size:9pt; text-decoration:underline; font-weight:bold;}

a.purple:link {color:#cc99cc; font-weight:bold}
a.purple:visited {color:#cc99cc; font-weight:bold}
a.purple:hover {color:#666666; font-weight:bold}


