﻿body
{
	background-color:white;
	display: inline; 
	font-family: Helvetica, Sans-Serif; 
	font-size: 14px
}

.uppercase
{
    text-transform: uppercase;
}

h2
{
	font-size: 30px;
}

.center
{
    text-align: center;
    width:100%;
    padding-top:50px;
}

.frame 
{
    width: 800px;
    margin: auto;
    text-align: left;
    border: 2px;
}

.frameMobile {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border: 2px;
}

.frameMobile p {
        text-align: justify;
}

.header
{
	margin-bottom:20px;
}

.content
{
	height:auto;
}

.footer
{
}
       
.copyright
{
	text-align: center; 
	color: gray; 
	clear: both; 
	font-size: 12px; 
	padding-top: 20px
}

.headerMenu 
{
	text-align: right; 
	clear: both; 
	font-size: 20px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.headerMenu a 
{
	margin: 0px 20px; 
	color: #444444; 
	font-weight: bold; 
	text-decoration: none
}

.footerMenu 
{
	text-align: center; 
	clear: both; 
	font-size: 13px; 
	padding-top: 50px
}

.footerMenu a 
{
	margin: 0px 20px; 
	color: #444444; 
	font-weight: bold; 
	text-decoration: none
}

.title 
{
	font-weight:bold;
	font-size:24px;
}

.subtitle 
{
	font-size:16px;
}