﻿body
{
	font-size: 11pt;
	font-family: Arial;
	color: Black;
}

H1
{font-size: 16pt;
	font-weight: bold;
	font-family: Arial;
	margin-top:0;
	margin-bottom:0;
	color:#00450f;
}

H2
{font-size: 13pt;
	font-weight: bold;
	font-family: Arial;
	margin-top:0;
	margin-bottom:0;
	color:#00450f;
}

.smallprint
{font-size: 9pt;
	font-family: Arial;
	margin-top:0;
	margin-bottom:0;
	color:#555555;
}

a{ 
color:#00450f;  
text-decoration:none; 
cursor:cursor:pointer;cursor:hand;
text-decoration:underline;
}

a:hover { 
color:#00854f; 
} 

a.green { 
display:block; 
width:220px; 
line-height:25px; 
background-color:#00854f; 
color:white; 
text-align:left; 
text-decoration:none; 
cursor:cursor:pointer;cursor:hand;
}

a.green:hover { 
background-color:#00753f; 
color:yellow;
text-decoration:underline; 
} 

a.greenselected { 
display:block; 
width:220px; 
line-height:25px; 
background-color:#00450f; 
color:yellow; 
text-align:left; 
text-decoration:none;
font-weight:bold; 
cursor:default;
}


.menunavigation
{
color: white;
text-decoration: none;
font-family: Arial;
font-weight: bold;
font-size: 11px; 
}

.menunavigation:hover
{
	text-decoration:underline;
	color:yellow;
}

.menunavigation:active
{
color:Red;
}