body {
	color: #4d4d4d; background: #204576;
	font: 69%/1.35 tahoma, sans-serif;
	text-align: center;
	padding: 0; margin: 0;
}
body.styles1 {
	font-size:56%;
}
body.styles2 {
	font-size:69%;
}
body.styles3 {
	font-size:90%;
}
div {
	text-align: left;
}

p {
	margin: 0 0 0.8em 0;
}

a {
	text-decoration: none;
	color: #0044cc;
}

a:hover, a:active {
	text-decoration: underline;
}

a img {
	border: 0;
}

img {
	display: block;
}

h1, h2, h3, h6 {
	margin: 0;
}

h1, h6 {
	color: #000;
	font: bold 220% times, serif;
}

h2 {
	color: #0044cc;
	font: bold 164% times, serif;
}

h3 {
	color: #000;
	font: bold 12px tahoma, sans-serif;
}

table {
	border-collapse: collapse;
	color: #000;
	font: bold 110% tahoma, sans-serif;
}

table th {
	background: #3e679d; color: #fff;
	font-size: 94%;
	text-align: center;
	padding: 13px 16px 14px 16px;
	border-right: 1px solid #789cca; border-bottom: 1px solid #789cca;
}
table.narrow th, table.narrow td {
    padding: 13px 10px 14px;
}
table td {
	text-align: center;
	padding: 13px 16px 14px 16px;
	border-right: 1px solid #789cca; border-bottom: 1px solid #789cca;
}
