body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;

}
.border {
	border: 1px solid #999999;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #OOOOOO;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #434447;
}
.border2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #434447;
	border-right-color: #434447;
	border-bottom-color: #434447;
	border-left-color: #434447;
}
a:link {
	color: #434447;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #434447;
}
a:hover {
	text-decoration: underline;
	color: #ff802c;
}
a:active {
	text-decoration: none;
	color: #434447;
	
}
.border3 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #434447;
	border-right-color: #434447;
	border-bottom-color: #434447;
	border-left-color: #434447;
}