@charset "utf-8";

body {
	background-color: #e6e1d7;
}

.nav_link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #A5957E;

	font-weight: bold;

	text-decoration: none;

	letter-spacing: 1px;

}

.nav_link a:link {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #A5957E;

	font-weight: bold;

	text-decoration: none;

	letter-spacing: 2px;

}

.nav_link a:visited {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #A5957E;

	font-weight: bold;

	text-decoration: none;

	letter-spacing: 2px;

}

.nav_link a:hover {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #5C88AD;

	font-weight: bold;

	text-decoration: none;

	letter-spacing: 2px;

}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C81AB;
	line-height:20px;

}

.body_text_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4C81AB;
	font-weight: bold;
	line-height:20px;
}

.body_text_header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4C81AB;
	font-weight: bold;
	line-height:20px;
}
.body_text_header2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A19279;
	font-weight: bold;
	line-height:20px;
}
.tbltr {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.tblr {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
}
.tblbr {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

