@charset "UTF-8";

  
.nav {
	background-color: #E3E6D0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1.5px;
	font-weight: bolder;
	border: 1px solid #8b8b8b;
}
a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #333333;
	background-color: #f2f4e8;
}
.cell-indent {
	padding: 20px;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.cell-border-top {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.cell-border-btm {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.space {
	margin-left: 15px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	color: #6A6D49;
}
#box{
	background-color: #E3E6D0;
	border: 1px solid #666666;
	padding: 6px;
}
h2 {
	line-height: 25px;
}
H3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #660033;
}

