﻿body
{
    /* font-family: Arial, Verdana, Sans-Serif; */
    font-family: Comic Sans;
    color: #333333;
    background-color: #dbd7b7;
}

H1, H2, H3, H4, H5, H6
{
	color: #f47937;
}

h1
{
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	color: #f47937;	
}
h2
{
	margin-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
}
h3
{	
	font-size: 1.1em;
	font-weight: normal;
	color: Gray;
}
h4
{
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}
.categ
{
	font-size: 1.3em;
	font-weight: bold;
	color: Black;
}

.categDescr
{
    font-size: 1.0em;
	font-weight: normal;
	color: Gray;
}

.menuCell
{
    border-color:White;    
    padding-left: 10px;
    padding-right: 10px;
    background-color: #d5d5d7;
    color : #333333;
}
.menuCellO
{
    border-color:White;    
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f47937;
    color : #d5d5d7;
}
.leftMenuCell
{
    border: solid 1px white;
    padding: 5px;    
    background-color: #efefef;
    text-align:left;
    font-weight:bold;
    color : #f47937;
    font-size: 13px;
}

.homeLeftMenu
{
    border: solid 1px white;
    padding: 5px;    
    background-color: #efefef;
    text-align:left;
    color : #f47937;
    font-size: 12px;
}
.leftMenuCellO
{
    border: solid 1px white;
    padding: 5px;    
    background-color: #f47937;
    text-align:left;
    font-weight:bold;
    color: #efefef;
    font-size: 13px;
}
.leftMenuCell, .menuCell, .leftLink, upperMenuLink, .link, .bodyStyle
{
    font-size: 13px;
}

.leftLink
{
    color:#f47937; 
    text-decoration: none;
}
.leftLinkO
{
    color: White;
    text-decoration: none;
}
.loginLink
{
    color: #ae7180;
    font-size: 10px;
}
.siteMapPathLink
{
    color: #333333;
    font-size: 10px;
}
.link
{
    color: #f47937;
    font-weight:bold;
}
.upperMenuLink
{
    color: #333333;
    text-decoration: none;
}

.upperMenuLinkO
{
    color: White;
    text-decoration: none;
}

.error
{
    color:Red;
    font-weight:bold;
}

.borderBottom
{
    border-bottom: 1px solid Black;
}

.leftCell
{
    font-weight:bold;
    text-align:right;
}
.privacyTitle
{
    padding-top:15px;
    color:#f47937; 
    text-decoration: underline;
    font-weight:bold;
    font-size: 13px;
}

.privacyContent
{
    text-align:justify;
    font-size: 13px;
}
