P  {}

H1  {}

H2  {}

H3  {}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {}

.topBg2  {
	position : absolute;
	margin : 0px;
	padding : 0px;
	z-index : 1;
}

.topBg1  {
	position : absolute;
	margin : 0px;
	padding : 0px;
	width : 100%;
	background : url(./images/background.jpg);
	height : 100%;
	z-index : 0;
}

.topRefWin  {
	position : absolute;
	padding-top : 2px;
	left : 200px;
	top : 110px;
	height : 17px;
	z-index : 2;
	width : 74%;
}

.topRef  {
	font-size : 10px;
	font-family : Verdana, Arial;
	font-weight : bold;
	color : Yellow;
	text-decoration : none;
	height : 10px;
	position : relative;
	z-index : 3;
	background : url(./images/prechod.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.topRef:hover  {
	font-size : 10px;
	font-family : Verdana, Arial;
	font-weight : bold;
	color : #ffffcc;
	text-decoration : none;
	height : 10px;
	position : relative;
	z-index : 3;
	background : url(./images/prechod.gif);
	background-position : right;
	background-repeat : no-repeat;
}

