﻿body {
	background-color: #FF5B00;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg-links {
	background-image: url(images/links-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.text-links-leftnav {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #97744E;
	text-decoration: none;
}
.text-white {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	font-weight: normal;


}
.text-yellow {
	font-family: verdana;
	font-size: 14px;
	color: #FFDE00;
	text-decoration: none;
	font-weight: bold;

}
a:link {
	font-weight: bold;
	color: #FFDE00;
	text-decoration: none;

}
a:hover {
	font-weight: bold;
	color: #FFFF99;
	text-decoration: underline;


}
a:visited {
	font-weight: bold;
	color: #FFDE00;
	text-decoration: none;

}
