/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
}
.vscrollerbar {
width: 10px;
background-color: #fff0e0;
}
.hscrollerbase {
height: 10px;
}
.hscrollerbar {
height: 10px;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}.photo {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 4px solid fff0e0;
	margin-top: 3px;
	margin-left: 10px;

}
.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: 6e4e32;
}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e4e32;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e4e23;
	text-decoration: none;
	background-color: fff0e0;
	border: 2px solid #FFFFFF;
}

