@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/RanchoBG1.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyBG {
	background-image: url(images/RAlayout1_02.png);
}
.menu {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 25px;
	padding-left: 15px;
}
.menu a {
	color: #0C086F;
	text-decoration: none;
}
.menu a:hover {
	color: #FFB100;
}
h1 {
	font-size: 24px;
	text-align: center;
}

.AUCP {
	color: #4A3EB8;
	font-size: 10px;
}
.AUCP a {
	color: #0C086F;
	text-decoration: none;
	font-size: 16px;
}
.AUCP a:hover {
	color: #FFB100;
}
a {
  color: #3333CC;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF9900;
}

