body {
	background-color: #6B679E;
	background-image: url(../images/baran-top-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 125px;
}

.welcometext{
	background-image: url(../images/b-welcome-text.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.welcometext-k{
	background-image: url(../images/k-welcome-text.gif);
	background-repeat: no-repeat;
	background-position: top;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c1d4ff;
	text-decoration: none;
}