@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/ranch_interface/dude_ranch_sky_background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1e0d05;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #72523B;
}

#flashcontent {
	height: 250px;
}

a {
	font-size: 11px;
	color: #6F4F38;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.light {
	color: #C5B4A5;

}

.large {	font-size: 18px;  font-weight:bold; color:#7D694F; }
	

.med { font-size:14px; font-weight:bold; color:#7D694F;}

.small { font-size:10px; }

.small_light  { font-size:10px; color:#D5CFC1; }
.light  { color:#D5CFC1; }
.style1 {
	color: #C5B4A5;

}
.style2 {font-weight: bold}


