﻿BODY {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
}
.main_table {
    background-color: white;
}
DIV.date_display {
    text-align: center;
    font: 10px "Arial", "Helvitica";
    font-weight: bold;
    color: #0168ad;
}

.left_info_nav {
    font: 12px "Arial", "Helvitica";
    font-weight: bold;
    color: #004A2A;
}
.left_info_nav A {
    text-decoration: underline;
    color: #004A2A;
}
.left_info_nav A:hover {color: #CDB175;
text-decoration:none;}

/*---------- INDEX PAGE NAVIGATION ----------*/

.index_nav TABLE TR TD {
    font: 12px "Arial", "Helvitica";
    font-weight: bold;
}
.menuoff, .menuoff A {
    color: #005c96;
    text-decoration: none;
}
.menuon, .menuon A {
    color: #aaa;
    text-decoration: none;
}
