
body, td, input, select, textarea, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #154b69;
}

.small, .small * { font-size: 11px; }
.justify, .justify * { text-align: justify; }

a { color: #0b6a9e; }
a:hover { color: #f26100; }

.orange a { color: #f26100; }
.orange a:hover { color: #0b6a9e; }

body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

h1 { font-size: 14px; }
h2 { font-size: 12px; font-weight: bold; }
h1, h2 { margin-top: 25px; margin-bottom: 0px; }

div.p { margin-top: 6px; }

table.main {
	border: 1px solid #0f4461;
	border-top: none;
}

img.arrow-small {
	position: relative;
	top: 2px;
	margin-right: 5px;
	margin-left: 5px;
}

td.footer a { color: #154b69; }
td.footer a:hover { color: #f26100; }

table.article-categories { margin-top: 20px; }
table.article-categories a { display: inline-block; margin-bottom: 3px; }
table.article-categories td { vertical-align: top; }
