﻿/* GENERAL PROPERTIES */
html,body {
	background-color: #EAEAEA;
	font-family: Times New Roman;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow-y: auto; }

a:link {
	color: #957500; /* #C19A00 */
	text-decoration: underline }
a:visited {
	color: #957500;
	text-decoration: underline }
a:hover {
	color: #B79722;
	text-decoration: underline }

p {
	text-align: justify;
	text-indent: 25px;
	margin: 0 25px 20px 5px;
	}

.test 
{
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-bottom-style: none;
	border-top-style: none;
}

/* LEFT SIDE MENU */
#menu {
	display: block;
	background-image: url('images/bg-tile.jpg');
	background-repeat: repeat-y;
	top: 0px;
	position: fixed;
	border: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 227px;
	height: 100%; }
* html #menu {position: absolute;}

.button {
	background-image: url('images/btn-out.jpg');
	color: #CAA300;
	font-family: Castellar, Times New Roman, Verdana;
	font-size: 30px;
	cursor: pointer;
	height: 44px;
	width: 183px; }

.buttonsmall {
	background-image: url('images/btn-out.jpg');
	color: #CAA300;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	height: 44px;
	width: 183px; }

/* HEADER MENU */
#head {
	display: block;
	color: #F0CF47;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	top: 0px;
	position: fixed;
	border: 0;
	padding: 0;
	background-image: url('images/header.jpg');
	width: 545px;
	height: 162px; }
* html #head {position: absolute;}

div.head a:link {
	color: #F0CF47;
	text-decoration: none; }
div.head a:visited {
	color: #F0CF47;
	text-decoration: none; }
div.head a:hover {
	color: #F3E29A;
	text-decoration: overline underline; }

/* FOOTER */
.footer 
{
	background-color: #FCF6DD;
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

/* WEB-FORM */
.form_blur
{
	background-color: #FDF7EE;
	font-family: Arial;
}