/* CSS Document */
#heading {
	font-family: "Garamond","Times New Roman", Times, serif;
	font-size: 2em;
	color: #676767;
	margin: 10px 0 0 15px;
}
#heading_first_letter {
	font-size: 2.2em;
	line-height: 60px;
	padding-top: 2px;
	float: left;
}
.style4 {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
.style5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style6 {color: #FFFFCC}
.mainborders {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
	border-top-color: #676767;
	border-color: #676767;
}
.borderleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #676767;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
	border-color: #676767;
}
.borderallsides {
	border: 2px solid #676767;
	border-top-color: #676767;
	border-right-color: #676767;
	border-bottom-color: #676767;
	border-left-color: #676767;
}
.style7 {color: #8A869C}

textarea {
	background-color:#E87AA3;
	border: 1px solid #C7497B;
}

#Layer1 {
	position:relative;
	left:24px;
	top:-8px;
	width:428px;
	height:274px;
	z-index:1;
	overflow: auto;
	scrollbar-face-color: #F0F6DC;
	scrollbar-shadow-color: #676767;
	scrollbar-highlight-color: #676767;
	scrollbar-3dlight-color: #F0F6DC;
	scrollbar-darkshadow-color: #F0F6DC;
	scrollbar-track-color: #676767;
	scrollbar-arrow-color: #676767;
	/*
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	border-bottom: 1px solid #676767;
	border-right: 1px solid #676767;
	*/
	padding: 5px;
}
a {
	color: #676767;
}

a:hover {
	text-decoration: none;
}

a.bottomlink {
	color: #676767;
	text-decoration: none;
	font-family: Garamond, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

a.bottomlink:hover {
	text-decoration: underline;
}

body {
	background-color: #DBDBB7;
}
p {
	color: #676767;
}
a.toplink {
	color: #8A869C;
}