/* CSS Document */

body  {
}

div#container {
		background: url(../Images/index_IMAGES/bg.gif);
		background-position: center ;
		height: 3000px;
		margin: auto;
		padding-top: 10px ;
}


p{
	font-family: Verdana, Arial;
	font-size: 11px;
	color:#000000;
	line-height: 18px;
	padding: 3px;
}
	
.bold {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000 ;
}

.Title {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000 ;
}

.navigation {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCC00;
	display: block;
	padding: 4px;
	width: 130px;
}

.navigation:hover {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 4px;
	width: 130px;
}

.Linxnavigation {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCC00;
	display: block;
	padding: 4px;
	width: 185px;
}

.Linxnavigation:hover {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #ffffff;
	text-decoration: none;
	background-color: #FF9900;
	display: block;
	padding: 4px;
	width: 185px;
}
.h1 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.text {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}


.searchfield{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: compact;
	padding: 0px;
	width: auto;
}