
    body {
        background: #f8fafc;
        color: #475569;
    }
    .blacklink:link, .blacklink:visited {
        color:#475569;
    }
    a:link, a:visited {
        color: #0284c7
    }
    .page {
        color: #334155;
        background: #f8fafc;
    }
    .page a:link, .page a:visited {
        color: #0284c7
    }
    .sub_header {
        background: #475569;
        color: #ffffff;
        font-weight:bold;
        font-size:12px;
        padding: 2px 3px 2px 3px;
    }
    .sub_header a:link, .sub_header a:visited {
        color: #94a3b8;
    }
    .custom_header { width:100%; }
    .custom_footer { width:100%; }
    .body_class {
        background: #ffffff;
        color: #475569;
	width: 100%
    }
    .tab {
        padding:1px 5px 0px 5px;
        background:#1e293b;
        color: #f8fafc;
        text-align:center;
        height:30px;
    }
    .tab_row { height:30px; }
    .tab a:link, .tab a:visited {
        color: #f8fafc;
    }
    .even {
        background: #ffffff;
    }
    .odd,th {
        background: #EEEEEE;
    }
    .menu_divider { 
	width:1px; 
    }
    .right_column { 
	width:180px;
    }
    .site_name { font-weight:bolder; font-size:30px; font-family:Roboto; }
body,td,th,textarea,input,select { font-family:Roboto; }
.body_class { border:1px solid #e2e8f0; }
.data { border:1px solid #e2e8f0; }
