﻿body 
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
    background-color: #cccccc;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.page
{
    width: 750px;
    background-color: White;
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
}

.header
{
    border-bottom: gray 1px solid;
}

.menu
{
    border-bottom: gray 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.content
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.footer
{
    border-top: gray 1px solid;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.footer table
{
    background-color: #3e9a31;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7eb535,EndColorStr=#01802e);
}

.headertext-big
{
    font-size: 32pt;
    color: black;
    font-family: Verdana;
}

.headertext-medium
{
    font-size: 16pt;
    color: black;
    font-family: Verdana;
}

.headertext-small
{
    font-size: 8pt;
    color: black;
    font-family: Verdana;
}

.footertext-big
{
    font-size: 32pt;
    color: black;
    font-family: Verdana;
}

.footertext-medium
{
    font-size: 16pt;
    color: black;
    font-family: Verdana;
}

.footertext-small
{
    font-size: 7pt;
    color: white;
    font-family: Verdana;
}

.big
{
    font-size: 16pt;
}

.medium
{
    font-size: 10pt;
}

.small
{
    font-size: 8pt;
}

.xx-small
{
    font-size: 7pt;
}

.image-caption
{
    font-size: 7pt;
    color: black;
    font-family: Verdana;
    font-style: italic;
    text-align: center;
}

.menu-static
{
	color: white;
	height: 22px;
    background-color: #3e9a31;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7eb535,EndColorStr=#01802e);
}

.menuitem-static
{
	color: white;
	height: 22px;
	width: 160px;
	background-color: transparent;
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#7eb535,EndColorStr=#01802e);
}

.menu-static-hover
{
    color: white;
	text-align: center;
	background-color: transparent;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ec8989,EndColorStr=#d72424);
}

.menu-static-selected
{
    color: white;
    text-align: center;
    font-weight: bold;
}

