﻿body{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.navbar
{
    /*background-image: url("bg_bar.GIF");*/
	background-image: url("green-nav-bar.jpg");
    background-repeat: repeat-x;
}
.navItem
{
    font-family: Tahoma;
    font-size: 10pt;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.navItem:hover
{
    font-family: Tahoma;
    font-size: 10pt;
    color: White;
    font-weight: bold;
    text-decoration: underline;
}