.style {
}
body {
background: #FFFFFF url(images/bg.gif) repeat-y center;
margin-top: 0px;
}
a.button {
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	display: block;
	width: 180px;
	padding-top: 6px;
	padding-bottom: 6px;
}
a.button:link, a.button:visited {
	float: left;
	background-image: url(images/bg_button.gif);
	color: #fff;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 51px;
}
a.button:hover {
    float: left;
    background-image:url(images/bg_button_hover.gif);
    color: #fffff;
    text-decoration: none;
}
a.button_bottom {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 180px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	color: #FFFFFF;
	line-height: 42px;
}
a.button_bottom:link, a.button_bottom:visited {
    float: left;
    background-image: url(images/bg_button_bottom.gif);
    color: #000000;
    text-decoration: none;
	height: 45px;
}
a.button_bottom:hover {
    float: left;
    background-image:url(images/bg_button_bottom_hover.gif);
    color: #fff;
    text-decoration: none;
}
.title {
	font-family: "Lucida Sans Unicode";
	font-size: 35px;
	color: #9200ca;
    text-decoration: none;
	text-transform: uppercase;
}
.arialblack12grey {
	font-family: "Arial Black";
	font-size: 12px;
	color: #9EA6AE;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.treb12white {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
}
.link-footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.link-footer:hover {
	color:#666666;
	text-decoration: none;
	border-bottom: dotted 1px #fff;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
