.bar {
	background-image: url(images/title.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Gisha, Verdana, Arial;
	font: bold strong; 
	font-size: 13px;
	color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 5px;
}
.border {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.bar2 {
	background-image: url(images/grey.jpg);
	background-repeat: repeat-x;
}
.text {
	font-family: Gisha, Verdana, Arial;
	font-size: 12px;
}
.bar3 {

	background-image: url(images/title.jpg);
	background-repeat: repeat-x;
	font-family: Gisha, Verdana, Arial;
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-left: 5px;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: underline; color:  #CC0066 }
