body {
	background: #fff;
	color: #707070;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0
	padding: 0;
}

a:link {
	color: #00254b;
	text-decoration: none;
}
 a:visited {
	color: #00254b;
	text-decoration: none;
}
 a:hover {
	color: #00254b;
	text-decoration: underline;
}
 a:active {
	color: #00254b;
	text-decoration: underline;
}

 acronym { }

address {
	font-style: normal;
	margin-bottom: 14px;
}

 big {
	font-size: 12px;
}

blockquote {
	margin: 0 0 14px 30px;
}

 em {
	font-style: italic;
}

h1 { display: none; }
h2 {
	color: #00254b;
	font-size: 17px;
	font-weight: bold;
}
h2 { display: none; }
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
h5 { display: none; }
h6 { display: none; }
 hr { }

 img { }

ol {
	margin: 0 0 14px 30px;
}
	 ol ol,
	 ol ul {
	 	margin-top: 5px;
	 }

	 ol li { }

p {
	margin-bottom: 14px;
}

 small {
	font-size: 10px;
}

 strong {
	font-weight: bold;
}

 sub {
	height: 0;
	position: relative;
	top: .5ex;
}

 sup {
	bottom: 1ex;
	height: 0;
	position: relative;
}

 table {
	border-collapse: collapse;
	width: 100% !important;
}
	 table thead {
		display: table-header-group;
	}

	 table tfoot {
		display: table-footer-group;
	}

	 table tr { }
		 table tr th {
			color: #00254b;
			font-weight: bold;
		}
		 table tr td { }

		 table tr th.right,
		 table tr td.right {
			text-align: right;
		}

ul {
 	list-style-type: square;
 	margin: 0 0 14px 30px;
}
	ul ul,
	ul ol {
		margin-top: 5px;
	}

	ul li {
		margin-bottom: 5px;
	}

