	
	h2 {
	font-size: 90.01%;
	font-style: italic;
	color: #094277;
	text-transform: uppercase;
	font-weight: bold;
}

ul
{
	padding-left: 1em;
	margin: 0;
	list-style: square outside;
}
li
{
	padding-left: 1.25em;
	line-height: 140%;
	list-style: square;
}
body {
	margin: 0;
	padding: 0em;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #CCC;
	font-size: 100.01%;
	text-align: left;
	line-height: 1.2;
}


#content {
	padding: 0em;
	margin:0em;
	font-family: "Times New Roman", Times, serif;
}

#mycustomscroll {
	height: 350px;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0em;
	padding: 2em 2em 1em;
	width: auto;
	font-family: "Times New Roman", Times, serif;
}

#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;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 100px;
	color: #000;
	padding: 1px;
}
.disclaimer {
	font-size: 0.9em;
	font-style: italic;
	padding-right: 1em;
	padding-left: 2em;
	line-height: 0.8em;
	color: #999;
}
h1 {
	color: #CCC;
	margin-bottom: -0.3em;
}
.tablecenterfontsmaller {
	font-size: 1em;
	font-style: italic;
	text-align: center;
	padding-bottom: 0.8em;
	font-weight: bold;
	color: #CCC;
}
.redfont {
	color: #F00;
}
.boldredparg {
	font-size: 110.01%;
	font-style: italic;
	color: #CE1415;
}
ul
{
	list-style-type:none;
	padding-left: 1em;
	margin: 0;
}
li
{
	padding-left: 1.25em;
	list-style: square outside;
}
