.bar-green {
	background-image:url(img/bar_green.png);
	background-repeat:y;
}

.bar-green p{
	font-size:1.2em;
	color:#ffffff;
	padding-left:10px;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}

.bar-orange {
	background-image:url(img/bar_orange.png);
	background-repeat:y;
}

.bar-orange p{
	font-size:1.2em;
	color:#ffffff;
	padding-left:10px;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}

.bar-gray {
	background-image:url(img/bar_gray.png);
	background-repeat:y;
}

.bar-gray p{
	font-size:1.2em;
	color:#000000;
	padding-left:10px;
	margin:0;
	margin-bottom:10px;
	font-weight:bold;
}

.linkbar-gray {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bar_gray.png);
	background-repeat:no-repeat;
}

.linkbar-gray a{
	display:block;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

.linkbar-blue {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bar_blue.png);
	background-repeat:no-repeat;
}

.linkbar-blue a{
	display:block;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

.linkbar-orange {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/bar_orange.png);
	background-repeat:no-repeat;
}

.linkbar-orange a{
	display:block;
	border-right: solid 1px #696969;
	border-bottom: solid 1px #696969;
	font-size:1.2em;
	color:#000000;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}

.linkbar-botton {
	margin-left:15px;
	float:left;
}

.linkbar-form {
	width:230px;
	height:35px;
	margin-bottom:3px;
	background-image:url(img/form01.gif);
	background-repeat:no-repeat;
}

.linkbar-form a{
	display:block;
	font-size:1.2em;
	color:#6b8e23;
	font-weight:bold;
	padding-top:3px;
	padding-left:30px;
	text-decoration: none;
}

.linkbar-telfax{
	width:280px;
	float:right;
}

.linkbar-telfax p{
	width:270px;
	height:70px;
	background-image:url(img/form02.gif);
	background-repeat:no-repeat;
}

.linkbar-local {
	width:230px;
	height:35px;
	margin-bottom:3px;
	background-image:url(img/form01.gif);
	background-repeat:no-repeat;
}

.linkbar-local a{
	display:block;
	font-size:1em;
	color:#6b8e23;
	font-weight:bold;	
	padding-top:4px;
	padding-left:30px;
	padding-bottom:4px;
	text-decoration: none;
}

