﻿BODY {
	background-image: url(../images/bg.gif);
	background-repeat: repeat
}

/*---------- LEFT NAVIGATION ----------*/
.left_info_nav {
    font: 11px "Arial", "Helvitica";
    font-weight: bold;
    color: #34715a;
    padding-bottom: 5px;
}
.left_info_nav A {
    text-decoration: underline;
    color: #34715a;
	padding-bottom: 5px;
}
.left_info_nav A:hover {color: #005596;
	text-decoration: none;
}
.top_info_nav {
    font: 9px "Arial", "Helvitica";
    font-weight: bold;
    color: white;
    padding-bottom: 5px;
}
.top_info_nav A {
    text-decoration: none;
    color: white;
}
.top_info_nav A:hover {color: #ffd203;}