h1  {
	text-align: left;
	font-size: 1.2em;
	line-height: 1em;
	color: #D68E21;
	text-transform: uppercase;
}

h2 {
	font-size: 1.15em;
	line-height: 1em;
}

#content {
	height: 485px;
	width: 370px;
	margin-left: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1em;
	color: #FFFFFF;
	text-align: justify;
	padding: 0px;
}
#mycustomscroll a {
	color: #E16E23;
	font-weight: bold;
}

/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 340px;
	height: 480px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0em;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #E37823;
}
.fieldstyle {
	width: 98%;
	font-size: 0.8em;
	line-height: 12px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
