body {
    height: 100%;
    width: 100%;
    margin: 0;
}

.entryPageText{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #BC9B4A;
}

.contactText{
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}

.contactTextHeader{
	color: #BC9B4A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
}

.inputFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	height: 20px;
	border: 1px solid #000000;
}

.textAreas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	scrollbar-base-color:#ffffff;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
}

.imageBorder {
	border: 2px solid #B99847;
}

