 
/*******

*******/

/**********************************/
/* Text Styles - Netscape         */
/**********************************/



BODY {
 font-family: Arial, sans-serif;
 font-size:18px;
 text-decoration : none;
}

B {
  font-weight: bold;
}

/** Fonts for messages and error messages within the body of the cart **/
.CTextMsg {
 font-family: Arial, sans-serif;
 font-size:16px;
 font-weight: bold;
 text-decoration : none;
}
.CTextError {
 font-family: Arial, sans-serif;
 font-size:18px;
 font-weight: bold;
 color: #FF0000;
 text-decoration : none;
}

/** Standard item description, price, etc fonts within the body of the cart **/
.CTextStd {
 font-family: Arial, sans-serif;
 font-size:12px;
 text-decoration : none;
}
 
/** Fonts within forms within the body of the cart **/
.CFormLbl {
 font-family: Arial, sans-serif;
 font-size:14px;
 font-weight:bold;
 text-decoration : none;
}
.CFormFld {
 font-family: Arial, sans-serif;
 font-size:16px;
 text-decoration : none;
}
.CFormError {
 font-family: Arial, sans-serif;
 font-size:14px;
 font-weight: bold;
 color: #FF0000;
 text-decoration : none;
}
.CFormBtn {
 font-family: Arial, sans-serif;
 font-size:16px;
 font-weight:bold;
 text-decoration : none;
}
/** Font for heading of each page within the body of the cart **/
.CHeadingCart {
 font-family: Arial, sans-serif;
 font-size: 22px;
 font-weight: bold;
 text-decoration : none;
}
/** Fonts for heading and subheading in index.cfm only **/
.CTextIndexHead {
 font-family: Arial, sans-serif;
 font-size:22pt;
 font-weight: bold;
text-decoration : none;
}

.CTextIndexSubhead {
 font-family: Arial, sans-serif;
 font-size:20pt;
 font-weight: bold;
text-decoration : none;
}
/** Font used within the menu in index.cfm only **/
.CTextMenu {
 font-family: Arial, sans-serif;
 font-size:14px;
 text-decoration : none;
}

