
    body {
        background: #f4f4f4;
        color: #222222;
    }
    .blacklink:link, .blacklink:visited {
        color:#222222;
    }
    a:link, a:visited {
        color: #000050
    }
    .page {
        color: #000000;
        background: #f4f4f4;
    }
    .page a:link, .page a:visited {
        color: #333333
    }
    .sub_header {
        background: #FFFFFF;
        color: #000000;
        font-weight:bold;
        font-size:12px;
        padding: 2px 3px 2px 3px;
    }
    .sub_header a:link, .sub_header a:visited {
        color: #000000;
    }
    .custom_header { width:100%; }
    .custom_footer { width:100%; }
    .body_class {
        background: #f4f4f4;
        color: #222222;
	width: 100%
    }
    .tab {
        padding:1px 5px 0px 5px;
        background:#FFFFFF;
        color: #444444;
        text-align:center;
        height:30px;
    }
    .tab_row { height:30px; }
    .tab a:link, .tab a:visited {
        color: #444444;
    }
    .even {
        background: #f4f4f4;
    }
    .odd,th {
        background: #E3E3E3;
    }
    .menu_divider { 
	width:1px; 
    }
    .right_column { 
	width:180px;
    }
    .site_name { font-weight:bolder; font-size:30px; font-family:Arial; }
body,td,th,textarea,input,select { font-family:Arial; }
.data { border:1px solid #cccccc; }
