@charset "windows-1250";
.style {
}
body {
margin-top: 0px;
margin-bottom: 0px;
background-color: #000000;
}
a.button {
	font-family: "Trebuchet MS";
	float: left;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 165px;
	padding-top: 7px;
	padding-bottom: 6px;
}
a.button:link, a.button:visited {
    float: left;
    background-image: url(images/button.gif);
    color: #FFFFFF;
    text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a.button:hover {
    float: left;
    background-image:url(images/button_hover.gif);
    color: #000000;
    text-decoration: none;
}
.link-footer {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	
}
.link-footer:hover {
	color:#666666;
	text-decoration: none;
	border-bottom:dotted 1px #cccccc;
} 
.a11white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.a13black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.treb30red {
	font-family: "Trebuchet MS";
	font-size: 30px;
	color: #FF0000;
}
.treb16black {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #000;
}
