/* MAIN FONT STYLE*/

BODY, TD, P, LI, BLOCKQUOTE, .normal { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
.bodyHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #666699;
	border: none;
}

/* Page Title */

.PageTitle { 
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #6D6D6D;
font-weight: bold;
 text-decoration : none;
}

/* TH */

TH { 
font-family: arial,helvetica,sans-serif;
font-size: 11px;
color:#000000;
font-weight: bold;
}


/* LINKS*/
a:link,a:visited,a:active {
	font-size: 12px;
	font-weight: bold;   
   color: #b22222;  
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
}
a:hover {
   color: #9c9c9c;
	background-color: #fcfcfc;
}


.LinkFooter a { 
font-size: 11px;
font-weight: bold;
color : #708090;
 font-family : Arial, Helvetica, sans-serif;
 text-decoration : none;
}
.LinkFooter a:hover { 
color : #A9A9A9;
}

/* BOLD TEXT*/

.bold { 
font-weight: bold;
}

.boldcolor { 
font-weight: bold;
}

/* CENTERED TEXT*/

.center { 
text-align: center;
}


/*INDENT TO SMALL*/
.detailindent  {
font-size: 11px;
margin-left: 1in;

}

/* Search Results */
.resultsText { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration : none;

}

/*PRICES*/
.price { 
font-family: arial,helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
}


/*LARGE BLOCKS OF TEXT*/
.testimony { 
font-family: arial,helvetica,sans-serif;
font-size: 13px;
}


/*ACCENT COLOR- TEXT*/
.accent {color: #663333;}

/* SMALLEST FONT*/
.detail { 
font-size: 10px;
}

/* TEXT ALIGN RIGHT*/
.rightside {
text-align: right;
}

/* HEADER STYLES*/

/*SECONDARY HEADING*/
H2 {
font-size: 16px;
font-weight: bold;
}



/*TERTIARY HEADING*/
H3 {
font-size: 14px;
font-weight: bold;
}

.button {
            color: #2e8b57; 
				font-family: Arial; 
				font-size: 10px; 
				font-weight: bold
}

.button2 { 
			  	color: maroon;  
				font-family: Arial; 
				font-size: 10px; 
				font-weight: bold 
} 

INPUT {  font-family: Arial, Helvetica, sans-serif; FONT-SIZE: 10px;BACKGROUND: #E9E9F3;COLOR: #000000;}
TEXTAREA {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;BACKGROUND: #E9E9F3;}
SELECT {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;BACKGROUND: #E9E9F3;}


/* properties for aMember Account section */
  
      
        /* properties for headers */
        .hdr, h1 {
            color: #707070;
            font-size: 140%;
            font-weight: bold;
            text-align: center;
        }
        /* vedit - vertical table (signup, profile edit) */
        .vedit {
            background-color: #F0F0F0;
        }
        /* vedit - usual column (right) */
        .vedit td {
            padding: 10px;
            padding-left:  15px;
            background-color: #E0E0E0;
        }
        /* vedit - header column (left) */
        .vedit th {
            padding: 10px;
            padding-right: 15px;
            text-align: right;
            background-color: #C0B9C0;
            font-weight: normal;
        }
        /* hedit - horizontal table (payments list) */
        .hedit {
            background-color: #F0F0F0;
        }
        /* hedit - usual column */
        .hedit td {
            padding: 5px;
            background-color: #E0E0E0;
            font-family: "Verdana";
            font-size: 8pt;
        }
        /* hedit - header column */
        .hedit th {
            padding: 5px;
            background-color: #C0B9C0;
        }

