﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table.out {
        border: 1px solid #336699;
}

table {
        border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a.menu {
        color: white;
        text-decoration: none;
        font-size: 8pt;
}

a.menu:hover {
        color: white;
        text-decoration: underline;
}

a.navBar {
        color: #EEEEEE;
        text-decoration: underline;
        font-size: 8pt;
}

a.navBar:hover {
        color: white;
        text-decoration: none;
}

a {
        color: #336699;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

a:visited {
}

a:active {
}

table.box {
        color: #fefefe;
        background-color: #336699;
        border: none;
        padding: 1px;
}

tr.boxheader {
        background-color: #336699;
}

td.boxheader {
       font-family: Arial, Helvetica, sans-serif;
        color: white;
        text-align: center;
        font-size: 10pt;
}


tr.boxbody {
        color: #fefefe;
        background-color: #e6e6e6;
}

td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        line-height: 17px;
        text-align: left;
}

td.number 
{
	text-align: right;
}