﻿/* CSS layout */
body {
	padding: 17px
}

p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black
}

/* Specific item CSS */
a.xfa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
	background-color: white;
	color: black
}

a.xfa:hover {
	text-decoration: none;
	background-color: #EC291B;
	color: white
}

a.xfb {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: white;
	color: gray
}

a.xfb:hover {
	text-decoration: none;
	background-color: #EC291B;
	color: white
}

a.xfbselected {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: white;
	color: gray
}

a.xfbselected:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #EC291B;
	color: white
}

.leg {
	font-size: 6pt;
	vertical-align: super
}
