/* CSS Document */

body {
background-color: #000000; 
background-image: url(../images/topbg.gif);
background-repeat: repeat-x;
background-position: top;
}
.txtmenutitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FBE915;
}
.txt {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.txt a { 
	color:#ffffff;
    border-color: #AA9D00;
	border-width: 0 0 1px 0;
	border-style: dotted none dotted none;
	text-decoration: none;
}
.txt a:hover { 
	color:#000000;
    border-color: #FBEA20;
	border-width: 0 0 1px 0;
	border-style: dotted none dotted none;
	background-color: #FBEA20;
	text-decoration: none;
}
.txtspaced {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;

}
.txtyeltitle {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FBEA20;
}
.txtyel {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #FBEA20;
}
.txtprodgroup {
	font-family: Tahoma;
	font-size: 20px;
	color: #FFFFFF;
}
.imageborder {
	border: thin double #FBEA20;
}

