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

body {
	background-color: #F8F7F3;
	margin-top: 0px;
}
.style1 {color: #FFFFFF}
.style2 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	color: #BEA87E;
	font-family: "Book Antiqua";
	font-weight: bold;
}
.style3sm {
	color: #BEA87E;
	font-size:12px;
	font-family: "Book Antiqua";
	font-weight: bold;
}
.style4 {
	color: #AF9461;
	font-family: "Book Antiqua";
	font-size: 44px;
	font-weight: bold;
}
.style4small {
	color: #BEA87E;
	font-family: "Book Antiqua";
	font-size: 26px;
	font-weight: bold;
}
.style5 {color: #FFFFFF; font-size: 12px; }
.style6 {
	font-size: 12px
}

a.publications:link {
	color: #999999;
	text-decoration: none;
}
a.publications:visited {
	text-decoration: none;
	color: #999999;
}
a.publications:hover {
	text-decoration: none;
	color: #C80000;
	background-color: #FFFFFF;
}
a.publications:active {
	text-decoration: none;
}

a.heading:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.heading:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.heading:hover {
	text-decoration: none;
	color: #AF9461;
}
a.heading:active {
	text-decoration: none;
}
a.headingbottom:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.headingbottom:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.headingbottom:hover {
	text-decoration: none;
	color: #AF9461;
}
a.headingbottom:active {
	text-decoration: none;
}
a.websiteby:link {
	color: #BEA87E;
	text-decoration: none;
}
a.websiteby:visited {
	text-decoration: none;
	color: #BEA87E;
}
a.websiteby:hover {
	text-decoration: none;
	color: #C80000;
}
a.websiteby:active {
	text-decoration: none;
}

