/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------->>>  Body Settings <<<-----------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

BODY {
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}

td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	line-height: 20px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------->>>  Links Settings <<-------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

A { text-decoration: none; font-size: 16px; }
A:link { color: #981212; }
A:visited { color: #981212; }
A:active { color: #981212; }
A:hover { color: #981212; text-decoration: underline; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------->>>  Blocks Settings <<<-------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.blocktitle{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #514545;
	border-top: 1px solid #514545;
	border-bottom: 1px solid #514545;
}

.blockcontent{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #514545;
	margin: 5px;
	padding: 5px;
}

.center-blockcontent{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #514545;
	padding: 0px 16px 0px 16px;

}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------->>>  Main Menu Settings  <<<-------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.item-normal {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	padding: 5px;

}
.item-hover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	background: #514545;
	padding: 5px;

}

.item-normal A { text-decoration: none; font-size: 16px; }
.item-normal A:link { color: #981212; }
.item-normal A:visited { color: #981212; }
.item-normal A:active { color: #981212; }
.item-normal A:hover { color: #981212; text-decoration: underline; }


.item-hover A { text-decoration: none; font-size: 16px; }
.item-hover A:link { color: #FFFFFF; }
.item-hover A:visited { color: #FFFFFF; }
.item-hover A:active { color: #FFFFFF; }
.item-hover A:hover { color: #FFFFFF; text-decoration: underline; }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------->>>  Button Settings  <<<-------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.button{
	background: #514545;
	border: 1px solid #514545;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------->>>  Text input Settings  <<<-------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.text{
	background: #FFFFFF;
	border: 1px solid #514545;
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------->>>  Footer Settings  <<<-------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.footer A { text-decoration: none; font-size: 14px; }
.footer A:link { color: #FFFFFF; }
.footer A:visited { color: #FFFFFF; }.
.footer A:active { color: #FFFFFF; }
.footer A:hover { color: #FFFFFF; text-decoration: underline; }

