.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 5aae23;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 5aae23;
	text-decoration: underline;
}
.borderwhite {
	border: 1px solid #6699CC;
}
.box {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;


}
.bordernews {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.gradient {
	background-attachment: fixed;
	background-image: url(images/gradient_box.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.background {
	background-attachment: fixed;
	background-image: url(images/page_turn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bordernewsblack {

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: e8e8e8;
}
