body
	{
	background-color : #005F31;
	margin: 20px 10px 20px 10px;
	}


h1
	{
	font-family: Garamond, Georgia, Times New Roman;
	font-size: 20px;
	font-style: italic;
	color: #005F31;
	text-align: center;
	}
	
h2
	{
	font-family: Georgia, Times New Roman;
	font-size: 12px;
	font-variant: small-caps;
	color: #005F31;
	line-height: 170%;
	font-weight: bold;
	text-align: center;
	}

h3
	{
	font-family: Garamond, Georgia, Times New Roman;
	font-size: 36px;
	font-style: italic;
	font-variant: small-caps;
	color: #005F31;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
p
	{
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #005F31;
	line-height: 170%;
	}

p.text
	{
	margin-left: 20px;
	text-align: justify;
	}

a
	{
	color: #E77817;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	text-decoration: none;
	}

a.navigation
	{
	color: #ffff00;
	font-size: 13px;
	}

a.navigation:hover
	{
	color: #ffffff;
	text-decoration: none;
	}

.formstyle
	{
	color: #005F31;
	background: #C1ECC7;
	border: 1px solid #005F31;
	font-family: Calibri, Tahoma, Verdana, Arial;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px; 
	}


.formstyle:focus
	{
	background: #FFFFFF;
	color: #E77817;
	border: 1px solid #E77817;
	}
