@charset "utf-8";
/* CSS Document */

body, p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

p {
	padding: 8px 0;
	text-align: left;
}
.table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}


.clear { clear: both; }

.floatright {float: right;}

a img { border: none; }

a { color: #0057b7; }
a:hover {
	color: #000;
	text-decoration: none;
}

.i { font-style: italic; }
.b { font-weight: bold; }
.u { text-decoration: underline; }

.black { color: #000; }
.white {
	color: #FFF;
	text-align: center;
	font-size: 26px;
}
.blueParaHead {
	padding: 8px 0 0;
	color: #0057b7;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}
.h3 { font-size: 14px; }
.h2 {
	font-size: 18px;
	text-align: center;
	color: #0057b7;
	font-weight: normal;
}
ul.arrowBullets {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ul.arrowBullets li {
	background: url(../images/global/arrowBullet.gif) left center no-repeat;
	padding: 3px 0 2px 25px;
	text-align: left;
	}
