body {
	font-family: "Century Gothic", Century Gothic, Arial, Sans-Serif;
	font-size: 13px;
}

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 437px;
	height: 402px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #555555;
	padding: 15px;
}

#mycustomrecognitionscroll {
	/* Typical fixed height and fixed width example */
width: 965px;
	height: 501px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #555555;
	padding: 0px;
}


#mycustomnewrecognitionscroll {
	/* Typical fixed height and fixed width example */
width: 965px;
	height: 402px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #555555;
	padding: 0px;
}


#mycustomsmallrecognitionscroll {
	/* Typical fixed height and fixed width example */
width: 468px;
	height: 402px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #555555;
	padding: 0px;
}


#mycustomnewsscroll {
	/* Typical fixed height and fixed width example */
width: 937px;
	height: 402px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #555555;
	padding: 15px;
}

