body {
	font-family: "Arial Unicode MS";
	background-color: #FFFDDD;
	margin-top: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
}
a {
	color: black;
}
h1 {
	color: #625E51;
	font-size: 24px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0px 10px;
	line-height: 26px;
}
h2 {
	color: #996600;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #993300;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 5px;
	font-family: "Arial Unicode MS";
}
p {
	margin-top: 0px;
}
#BodyContent {
	background: white;
}
.headlineTop {
	font-weight: bold;
	font-size: 18px;
	color: #996600;
	margin-right: 30px;
	padding-left: 25px;	
}
.SideBar {
	font-size: 12px;
	background: #DDEBEB;
	color: black;
}
.SideBar2 {
	font-size: 12px;
	background: #FFFFFF;
	color: black;
}
.SideBar h2{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: black;
	line-height: 16px;
	margin-top: 15px;
}
.SideBar h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
	color: #758B94;
	font-family: "Arial Unicode MS";
}
.SideBar h4 {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
	color: #996600;
	font-family: "Arial Unicode MS";
}
.SideBar p {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	text-align: left;
}
.IntroText {
	font-size: 15px;
	font-style: italic;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A19373;
	line-height: 18px;
	font-weight: normal;
}

.ListLabel {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.Button {
	padding: 5px;
	background: silver;
	border: gray;
	color: black;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	font-family: Arial, helvetica;
}
.FormLabel {
	font-weight: bold;
	font-size:12px;
	text-align: left;
}
.FormData {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.SearchFieldLabel {
	font-weight: bold;
}
.Error {
	font-weight: bold;
	color: #900;
}
