* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFFF;
}
p,ol,ul,dl,h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	margin-bottom: 10px;	
}
table,tr,td {
	font-size: 100%;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #000066;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000066;
}
h3 {}
ul,ol,dl {
	margin-left: 18px;
	line-height: 30px;
}
a,a:link,a:visited,a:active {
	font-weight: bold;
	color: #000066;
}
a:hover,a:focus {
	color: #FFFFFF;
	background-color: #000066;
}
#navi {}
#navi a,#navi a:active,#navi a:visited,#navi a:active {
	background-color: #000066;
	display: block;
	width: 100%;
	padding: 4px;
	text-decoration: none;
	color: #FFFFFF;
}
#navi a:hover,#navi a:focus {
	background-color: #FF0000;
	color: #FFFFFF;
}
#footer {
	font-size: 80%;
}
#footer .lft {
	padding-left: 8px;
}
#footer .rght {
	padding-right: 8px;
}
.pub_tbl {
	padding: 5px;
}
.white {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
}
