body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #877965;
	margin: 0px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}.defaultHeader {
	font-size: 18px;
	color: #09A9FD;
}
.defaultHeaderGrey {
	font-size: 18px;
	color: #757259;
}

.dottedBlue {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #027DBF;
}
.HeaderMain {

	font-size: 24px;
	color: #F57A1A;
}
a:link {
	color: #09A9FD;
	text-decoration: none;
}
a:hover {
	color: #EE6602;
	text-decoration: none;
}

a:visited {
	color: #09A9FD;
	text-decoration: none;
}
a:active {
	color: #EE6602;
	text-decoration: none;
}
.borderLFRT {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #EE6602;
	border-left-color: #EE6602;
}
.smallerHeader {
	font-size: 14px;
	color: #09A9FD;
	font-weight: normal;
}
.borderLF {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EE6602;
}
.defaultHeaderOR {

	font-size: 20px;
	color: #F47E14;
}
.dottedOrange {

	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DF6002;
}
.borderRT {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EE6602;
}
.shakytext {
	color: #EE6602;
}
.smallText {
	font-size: 12px;
}
.photoCaption {
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url(../images/bg_caption.jpg);
	line-height: 10px;
}
.photoFrame {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.boxFrame {
	border: 1px solid #BBB7A8;
}
.smallTextBlue {
	font-size: 12px;
	color: #09A9FD;
}
.whitetext {
	color: #FFFFFF;
}
