﻿body
{
	background-color:white;
	display: inline; 
	font-family: Helvetica, Sans-Serif; 
	font-size: 14px
}

.uppercase
{
    text-transform: uppercase;
}

a 
{
	color: #643380; 
	text-decoration: none underline;
    font-size: medium;
}

h2
{
	font-size: 30px;
}

.center
{
    text-align: center;
    width:100%;
    padding-top:50px;
}

.frame
{
    margin:auto;
        text-align:left;
        border:2px;
    padding-left: 20px;
    padding-right: 20px;
}

.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;
}