
        /* properties for entire page and text inside tables */
        .bc.Text, body, th, td {
            background-color: #$config.page_bg#;
            color: #000000;
            font-family: Verdana, sans-serif;
            font-size: 10pt;
        }
        /* properties for all input elements */
        input, textarea {
            font-family: Verdana, sans-serif;
            font-size: 10pt;
        }
        /* properties for headers */
        .hdr, h1 {
            color: #9C0000;
            font-size: 300%;
            font-weight: bold;
                    }

        /* properties for headers */
        .hdr, h2 {
            color: #000080;
            font-size: 150%;
            font-weight: bold;
                    }

        /* properties for headers */
        .bcMTitle, hdr, h3 {
            color: #000080;
            font-size: 100%;
            font-weight: bold;
                    }
        /* 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: 9pt;
        }
        /* hedit - header column */
        .hedit th {
            padding: 5px;
            background-color: #C0B9C0;
        }
/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */


body {
	font-family: Verdana, sans-serif;
	margin: 0;
	font-size: 80%;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
/* =-=-=-=-=-=-=-[Menu Eight]-=-=-=-=-=-=-=- */
	
#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	height: 25px;
	#height: 32;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(/images/menu8.gif);
	padding: 8px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(/images/menu8.gif) 0 -32px;
	padding: 8px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	background: url(/images/menu8.gif) 0 -64px;
	padding: 8px 0 0 25px;
	}

