@charset "UTF-8";
.gradient {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.buttons {
	font-family: helvetica;
	font-size: 38px;
	font-weight: bold;
	line-height: 20px;
}
.body {
}
a.body:link {
	font-weight: bold;
	color: #000000;
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
a.buttons:link {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
a.buttons:active {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
a.buttons:visited {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
.buttons_small {
	font-family: helvetica;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}
a.buttons_small:link {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
a.buttons_small:active {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
.news_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
a.buttons_small:visited {
	background-image: url(../images/white.png);
	background-repeat: no-repeat;
}
