html {
	height: 100%;
	}
body {
	min-height: 101%;
	position: relative;
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	text-align: center;
	color: #006699;
	font-size: small;
	}
h1 {
	font-size: 150%;
	text-decoration: underline;
	}
h2 {
	font-size: 130%;
	text-decoration: underline;
	}
h3 {
	font-size: 120%;
	}
a {
	color: #006699;
	text-decoration: underline;
	}
a:hover {
	color: #00CC66;
	text-decoration: overline underline;
	}
.note {
	font-size: 85%;
	}
.sponsor {
	font-weight: bold;
	}
.justify {
	text-align: justify;
	}
.right {
	text-align: right;
	}
table {
	border: 1px solid #006699;
	empty-cells: show;
	}
tr.sml { 
	font-size: smaller; 
	}
td {
	vertical-align: top;
	}
ul.none {
	list-style: none;
	}
hr.hNews {
	clear: left;
	color: #006699; 
	background-color: #006699; 
	height: 0.2em; 
	width: 100%; 
	border: 0px; 
	}
input {
	background-color: #c1BAF2;
	color: #000000;
	}
fieldset, img {
	border: 0;
	}
select, textarea {
	font-size: 99%;
	}
option {
	padding-left: 0.4em;
	}
p.rubrItemHead {
	text-align: left;
	}
p.rubrItem {
	text-align: justify;
	}
