﻿body {
}

h2
{
 font-family: Verdana;
 font-size: 16px;
 font-weight: bold;
 margin-top: 16px;
 margin-right: 6px;
 margin-bottom: 8px;
 margin-left: 6px;
 }

h3
{
 font-family: Verdana;
 font-size: 12px;
 font-weight: bold;
 margin-top: 12px;
 margin-right: 6px;
 margin-bottom: 6px;
 margin-left: 6px;
 }

p 
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 10pt 10pt 10pt 10pt;
}

.NavMenuText{
    font-family: arial,verdana;
    font-weight: bold;
    font-size: 11px;
    color: black;
    cursor: hand;
    margin: 0px;
    position: relative;
    top: 20px;
    left: 28px;
    width: 120px;
    z-index: 1;
}      

.FooterText
{
    font-family: arial,verdana;
    font-size: 11px;
}

.Notice{
    font-family: arial,verdana;
    font-weight: bold;
    font-size: 20px;
    background-color: yellow;
    border: 5px solid red;
    color: black;
    padding: 20px;
}
