@charset "UTF-8";
.body_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #252548;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #0072B7;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #0072B7;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #0072B7;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0072B7;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #0072B7;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #0072B7;
}

body {
    background-position: top center;
	background-color: #E0ECF8;
	background-image: url(assets/Waves3a.gif);
    background-repeat: no-repeat;
	}


.small_text {	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
}

.large_text {	font-size: 12pt;
	font-family: Helvetica, Arial, sans-serif;
	font-style: bold;
}

.ulcolodd   {
	list-style-type: square;
	padding: 1px;
}

.ulcoleven   {
	list-style-type: square;
	padding: 1px;
}

.ulli   {
	list-style-type: square;
    margin:  1px;
	padding: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #252548;	
}

.img_float_left {
	float: left;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img_float_right {
	border: thin none #FF0;
	left: 10px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    float: right;
}
.TableTitle {
	text-align: center;
}
.centered_text {
	color: #00F;
	text-align: center;
}
