body {
	background-color: #cccccc;
	margin: 5;
}

table.whole {
	padding: 0;
	border-width: 0;
	width: 100%;
}

td {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

td.text {
	line-height: 110%;
}

td.banner {
	background-image: url(topbar_ab.jpg);
	height: 42px;
	vertical-align: bottom;
	padding: 4px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

center.baseline {
	font-size: 12pt;
}

a:link {color: #003399; text-decoration: none;}
a:visited {color: #003399; text-decoration: none;}
a:hover {color: #993333; text-decoration: underline;}

.hl {
	width: 84px;
	height: 72px;
	display:block;
}

.hl:hover {
	background: url(assets/icons/ring.jpg) center top no-repeat;	
}
.hl:active {
	background: url(assets/icons/ring.jpg) center top no-repeat;	
}

.hlg {
	width: 84px;
	height: 72px;
	display:block;
}

.hlg:hover {
	background: url(assets/icons/ring_gray.gif) center top no-repeat;	
}
.hlg:active {
	background: url(assets/icons/ring_gray.gif) center top no-repeat;	
}
