﻿*
{
   	font-family: Verdana, helvetica, sans-serif;
	color: #444041;
	font-size: 11px;
}

html { min-height: 100%; margin-bottom: 1px; } /* fix to also get a vertical scroll bar  in ff and other gecko browsers and thus no strange page shifts */

body
{
    background-color: #E5E5E5;
    margin: 0;
    padding: 0;
}

.menuseperator
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 3px 3px 5px 10px;
}

a.menu, a.menu:link, a.menu:active, a.menu:visited
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 3px 3px 5px 10px;
}
a.menu:hover
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	padding: 3px 3px 5px 10px;
}

.action
{
    border: 1px solid #d6d6d6;
}

h1
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #79B837;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	width: 300px;
	margin: 0;
}

h1 sup
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #79B837;
	margin: 0;
}

h2
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #79B837;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #d6d6d6;
	margin: 0;
}

a, a:link, a:active, a:visited
{
	text-decoration: none;
	color: #FF8000;
}
a:hover
{
	text-decoration: underline;
	color: #FF8000;
}

.footer, .footer sup
{
	font-size: 10px;
	font-weight: normal;
	color: #444041;
}

.bullet
{
    color: #79B837;
    font-weight: bold;
}

