@charset "UTF-8";
.text1 {
	font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 13px;
	font-weight: bolder;
	color: #852216;
	text-decoration: none;
}.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.mainBG {
	background-attachment: scroll;
	background-image: url(images/main_graphic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.text2 {
	font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 12px;
	font-weight: normal;
	color: #3E2E24;
	text-decoration: none;
}
a:link{
font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 12px;
	font-weight: bolder;
	color: #852216;
	text-decoration: none;
	}
	a:hover{
font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 12px;
	font-weight: bolder;
	color: #443329;
	text-decoration: none;
	}
	a:active{
font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 12px;
	font-weight: bolder;
	color: #852216;
	text-decoration: none;
	}
	a:visited{
font-family: "Trebuchet MS", TrebuchetMS-Bold;
	font-size: 12px;
	font-weight: bolder;
	color: #852216;
	text-decoration: none;
	}
.apptBG {
	background-attachment: scroll;
	background-image: url(images/main_graphic_appt.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.laneBG {
	background-attachment: scroll;
	background-image: url(images/main_graphic_lane.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.dashLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003300;
}
