﻿body 
{
	font-family: Verdana; font-size: 10pt; overflow: inherit; height: 100%
}
html {height: 100%}

.SubmitButton {font-family: Verdana; font-size: 8pt; background-color: honeydew; cursor: pointer}
.SubmitButton:hover {font-family: Verdana; font-size: 8pt; background-color: white; cursor: pointer}

.PageHeader {font-family: Tahoma; font-weight: bold; font-size: 14pt; margin-bottom: 15px}

.MenuClass {width: 135; text-align: center}

.MenuLink A:link {text-decoration: underline overline; color: black}
.MenuLink A:visited {text-decoration: underline overline}
.MenuLink A:active {text-decoration: underline overline}
.MenuLink A:hover {text-decoration: underline; color: orange;}

    a {color: #736aff; text-decoration: none}
    a:hover {text-decoration: underline; color: Orange}
    a:visited {color: #736aff}

.toolbar
{
    font-size: 12px;
    font-family: Verdana;
    padding: 6px;
    background-color:khaki; 
    color: Red
}
.NormalText {font-family: Verdana; font-size: 8pt; font-weight: bold}
.NormalTextLink {font-family: Verdana; font-size: 8pt; font-weight: bold; text-decoration: underline; cursor: pointer}
.SymbolLink {text-decoration: underline; cursor: pointer; color: Navy}
.TextLink{text-decoration: underline; cursor: pointer; color: Navy; font-size: 9pt; font-family: Verdana}

.footer, .push {clear: both; height: 4em}

#Wrapper {min-height: 100%; height: auto; height: 100%; width: 950px; margin-left: auto; margin-right: auto; text-align: left; margin: 0 auto -4em}


