﻿body
{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    border-left: 1px solid #7E7F28;
    background-color: #003366;
}
.MenuTitle
{
    text-align: left;
    color: #101010;
    padding-top: 6px;
    padding-bottom: 2px;
    font-weight: bold;
}
.MenuItem {
    text-align: left;
    color: Yellow;
    font-weight: bold;
    font-size: 9pt;
}
.MenuItem:link
{
    text-align: left;
    color: #494949;
    font-weight: bold;
    font-size: 9pt;
}
.MenuItem:visited {
    text-align: left;
    color: #494949;
    font-weight: bold;
    font-size: 9pt;
}
.MenuItem:hover {
    text-align: left;
    color: yellow;
    font-weight: bold;
    font-size: 9pt;
}
td,div,p {
	font-family: Arial;
	font-size: 10pt;
}
a:link
{
    font-family: Arial;
    font-size: 10pt;
    color: #0099FF;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
	font-family: Arial;
	font-size: 10pt;
	color:#3399FF;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
	font-family: tArial;
	font-size: 10pt;
	color:#ffcc00;
    font-weight: bold;
    text-decoration: none;
}
.InsetBox
{
    width: 80%;
    padding: 5px;
    font-family: Arial;
    font-size: 10pt;
    color: #ff0000;
    border: 1px solid #7E7F28;
    background-color: #dcdcdc;
    text-align: justify;
}
.InsetBoxTitle
{
    text-align: left;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 4px;
}
.InsetBoxFooter
{
    margin-top: 4px;
    font-weight: bold;
    font-style: italic;
    font-size: 8pt;
}
.ListTitle
{
    font-size: 14pt;
    font-weight: bold;
}
.ListContent
{
    font-size: 10pt;
    text-align: justify;
}
.ListContainerTitle
{
    width: 95%;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
.ListContainerContent
{
    width: 90%;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
}
