/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS reset */
body {
	background-color: #FFFFFF;
	color: #2662D5;
	font-family: Calibri, Tahoma, sans-serif;
	font-size: 24px;
	padding: 0;
}
div{
	clear: both;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
p {
	padding-left: 5px;
}
.content {
	background-color: #2662D5;
	color: #FFFFFF;
}
.odd {
	background-color: #DBDBDB;
	color: #2662D5;
}
.even {
	background-color: #FFFFFF;
	color: #2662D5;
}
.txt {
	color: #000000;
	font-size: 16px;
	padding-left: 5px;
}
a.header:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.header:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.header:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.header:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
a.navi:link {
	text-decoration: none;
	padding-left: 5px;
	color: #2662D5;
}
a.navi:visited {
	text-decoration: none;
	padding-left: 5px;
	color: #2662D5;
}
a.navi:hover {
	text-decoration: none;
	padding-left: 5px;
	color: #2662D5;
}
a.navi:active {
	text-decoration: none;
	padding-left: 5px;
	color: #2662D5;
}