body {
	font-family: Calibri, Arial, Tahoma;
	background: #00923f url('images/bg-page.jpg') repeat-x fixed top; /*#035c98; */
	margin-top: 20px;
	}
	
h1 {
	font-size: 1.8em;
	line-height: 1.3em;
	color: #00923f;
	border-bottom: 1px dotted #fff600;
	font-weight: 200;
	letter-spacing: 2px;
	font-variant: small-caps;
	}
h4 {
	font-size: 1.4em;
	line-height: 0.1em;
	color:#06F;
	border-bottom: 1px dotted #fff600;
	font-weight: 200;
	letter-spacing: 0px;
	font-variant: small-caps;
	
	}
h2 {
	font-size: 1.2em;
	line-height: 1em;
	color: #00923f;
	font-weight: lighter;
	letter-spacing: 2px;
	font-variant: small-caps;
	}

h3 {
	font-size: 0.9em;
	line-height: 1em;
	color: #55c485;
	font-weight: lighter;
	letter-spacing: 1px;
	font-variant: small-caps;
	}
	
a {
	color: #00923f;
	text-decoration: none;
	}
	
a:hover {
	color: #55c485;
	border-bottom: 1px dotted #fff701;
	}
	
#navigation a {
	font-size: 1.3em;
	}
	
#navigation p {
	color: #00923f;
	}
	
p, li {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #313131;
	}
	
ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	padding: 0;
	margin-left: 35px;
	}
	
.name  {
	color: #00923f;
	font-weight: bold;
	font-style: italic;
	}
	
.big  {
	color: #00923f;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	}
	
label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

input, textarea {
	padding: 3px;
	width: 300px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-family: Tahoma;
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
	}

input:focus, textarea:focus {
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #000000;
	}

input.submit-button {
	width: 100px;
	margin-left: 8.5em;
	}
		