﻿.body, div, a
{
	font-family: Arial;
	font-size: 12px;
}

p
{
    font-size: 12px;
    line-height: 1.6;
    font-weight: normal;
}

h1, .h1 
{
	font-weight: bold;
	font-family: Arial;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}

h2
{
    padding:0px;
    margin:0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
}

h3
{
	font-size: 13px;
	font-weight: normal;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

a 
{
	text-decoration: none;
	color: #588425;
}

a:hover 
{
	text-decoration: underline;	
}

.crumbscontainer
{
	margin-bottom: 5px;
}
.crumbs 
{
	font-size: 10px;
	color: #808080;
	font-family: Arial;
	margin-bottom: 40px;
	
	
}
.disabled
{
    color: #C3C3C3;
}

.footer, .footerright 
{
	font-family: Arial;
	color: #E2E5E6;
	font-size: 11px;
	text-decoration: none;
}
.footerright 
{
	position: absolute;
	right: 11px;
	top: 11px;
}


.button
{
	background: #3B4F56;
	color: white;
	border-color: #8C979C;
}

.contentsmallest 
{
    font-size: 8px;
    line-height: 1.5;
}
 
.contentsmaller 
{
    font-size: 10px;
    line-height: 1.5;
}
 
.contentnormal 
{
    font-size: 12px;
    line-height: 1.5;
}
 
.contentbigger 
{
    font-size: 14px;
    line-height: 1.5;
}
 
.contentbiggest 
{
    font-size: 16px;
    line-height: 1.5;
}