/* MAIN FONT STYLE*/

BODY,TD,P,LI.BLOCKQUOTE {
	SCROLLBAR-FACE-COLOR: #597794; FONT-SIZE: 12px; MARGIN: 0px; 
	SCROLLBAR-HIGHLIGHT-COLOR: #cacaca; 
	SCROLLBAR-SHADOW-COLOR: #000000; COLOR: #32454b; 
	SCROLLBAR-3DLIGHT-COLOR: #445555; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 	
	SCROLLBAR-TRACK-COLOR: #c8c8c8; FONT-FAMILY: Arial, Helvetica, sans-serif; 
	SCROLLBAR-DARKSHADOW-COLOR: #aaaaaa
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #45555F;
}
.normal {

}
.red {
	FONT-WEIGHT: bold; COLOR: #FF0000
}
.itemtitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #996600
}

.thinborder { 
	border-bottom: 1px solid #666666; 
}
.thinborderR { 
	border-bottom: 1px solid #666666;
	border-right: 1px solid #D7D7D7;
}
.thinborderL { 
	border-bottom: 1px solid #666666;
	border-left: 1px solid #D7D7D7;
}
.borderR { 	
	border-right: 1px solid #D7D7D7;
}
.borderL { 	
	border-left: 1px solid #D7D7D7;
}
.borderB { 
	border-bottom: 1px solid #666666;	
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
}

/* Title for the Page*/
.pagetitle { 
	font-size: 15px;
	font-weight: bold;
	color : #BE6205;
}

/* Title for the Page*/
.pagetitlesub { 
	font-size: 12px;
	color : #008080;
}

/* Small Inline nav for the Page*/
.pagenavsmall { 
	font-size: 11px;
	font-weight: bold;
	color : Maroon;
}

/* form elements*/

.button   { 
	color: #597794; 
	font-family: Arial; 
	font-size: 10px; 
	font-weight: bold 
}
input, TEXTAREA {
	font-family: Verdana, Arial, serif, sans-serif;
	border : thin groove;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 10px;
}
SELECT {
	font-family: Verdana, Arial, serif, sans-serif;
	background-color : #d9d9d9;
	font-weight : normal;
	font-size: 10px;	
}

/* LINKS*/
A:link {color: #AC2B00; font-weight: normal; text-decoration : none; font-family : Arial; }
A:visited {color: #AC2B00; font-weight: normal; text-decoration : none; font-family : Arial; }
A:hover { color: #069187; text-decoration: underline; font-weight: normal; text-decoration : none; font-family : Arial; }
A:active {color: #069187; font-weight: normal; text-decoration : none; font-family : Arial; }

/* Top level link for side nav*/
.sidenavsub A:link {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
.sidenavsub A:visited {color: #483D8B; font-weight: bold; text-decoration : none; font-family : Arial; }
.sidenavsub A:hover { color: #069187; text-decoration: underline; font-weight: bold; text-decoration : none; font-family : Arial; }
.sidenavsub A:active {color: #069187; font-weight: bold; text-decoration : none; font-family : Arial; }

        
/* properties for aMember */

        /* properties for all input elements */
        input, textarea {
            font-family: Verdana, sans-serif;
            font-size: 9pt;
        }
        /* 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 b, .vedit .small {            
            font-size: small;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
        }
        /* vedit - usual column (right) */
        .vedit td {
            background-color: #E0E0E0;
            font-size: small;
            font-style: normal;
            font-weight: normal;
        }
        /* vedit - header column (left) */
        .vedit th {
            text-align: right;
            background-color: #C0B9C0;
            font-weight: normal;
            font-size: small;
            font-style: normal;
            font-weight: normal;           
        }
        /* hedit - horizontal table (payments list) */
        .hedit {
            background-color: #F0F0F0;
        }
        /* hedit - usual column */
        .hedit td {
            padding: 1px;
            background-color: #E0E0E0;
            font-family: "Verdana";
            font-size: 8pt;
        }
        /* hedit - header column */
        .hedit th {
            padding: 1px;
            background-color: #C0B9C0;
        }
		  

