/* CSS Document */
body {
    font: 75% Verdana, Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

a, a:visited, a:active {
	text-decoration: none;
    color: #002902;
    background-color: transparent;
}

a:hover {
	text-decoration: underline;
    color: #000000;
    background-color: transparent;
}