﻿body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	line-height: 140%;
	color: #333;
	margin: 0;
	background: #d1d1d1 url(/images/bg.jpg) no-repeat center top;
}
/* ------ Text items -------- */
p
{
    margin: 0;
}
a
{
	color: #00af97;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}
h1, .heading1
{
    font-family: Georgia, Times New Roman;
    font-size: 220%;
    font-weight: normal;
    line-height: normal;
	color: #696969;
	margin-top: 12px;
	margin-bottom: 20px;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-family: Georgia, Times New Roman;
    font-size: 180%;
    line-height: normal;
    font-weight: normal;
	color: #696969;
	margin: 15px 0px 0px 0px;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-family: Georgia, Times New Roman;
    font-size: 130%;
    font-weight: normal;
    line-height: normal;
	color: #777777;
	margin: 0;
	EditMenuName: Heading 3;
}
h4, .heading4
{
	font-family: Georgia, Times New Roman;
    font-weight: bold;
	color: #696969;
	margin: 0;
	EditMenuName: Heading 4;
}
h1 a 
{
	color: #696969;
}
h2 a, h4 a 
{
	color: #696969;
}
h3 a
{
	color: #777777;
}
.introduction {
	font-family: Calibri, Arial;
	FONT-SIZE: 1.1em;
	color:#666;
	font-weight:bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
a.linklist
{
    color: #333;   
}
a.linklist:hover
{
    color: #333;
    text-decoration: underline;   
}
a.whitehover:hover
{
    color: #ffffff;
    text-decoration: underline;
    EditMenuName: Vit hoverlink;
}
.white
{
    color: #ffffff;
    EditMenuName: Vit text;
}
hr
{
	height: 0.1em;
}
span.errormessage
{
	font-size: 1em;
}
span.normaltext
{
	font-family: Arial, sans-serif;
	color:#666;
}

/* ------ Form items -------- */
input, textarea
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	color: #666;
	font-size: 1em;
}
input.button, input.formButton
{
    color: #ffffff;
    background-color: #01b19a;
    border: solid 1px #01b19a;
}
select
{
	font-size: 1em;
}
/* ------ Images -------- */

img 
{ 
	border:0px;
}
img.topleftfloatingimage
{
    float: left;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    EditMenuName: Top left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 10px;
    margin-bottom: 10px;
    EditMenuName: Top right;
}
/* Tables */
table
{
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
td
{
}
tr.headerrow
{
	background-color: #ccc;
}
ul
{
}
fieldset 
{ 
    border: none; 
    padding: 0; 
    margin: 0; 
} 
legend 
{ 
    color: #333;
    font-size: 1em; 
    padding: 0; 
    margin: 0; 
} 
fieldset label 
{ 
    margin-right: 1em; 
    font-size:80%;
	color:#666;
}


