
img, div { behavior: url(iepngfix.htc) }

/* text & tags */

a:link.orange {
	font-weight: bold;
	color: #ffa246;
	text-decoration: none;
}

a:active.orange {
	font-weight: bold;
	color: #ffa246;
	text-decoration: none;
}

a:visited.orange {
	font-weight: bold;
	color: #ffa246;
	text-decoration: none;
}

a:hover.orange {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

td {
	padding: 5px;
}

.tableleft {
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}

.tableright {
	float: right; 
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 9px;
}
