body {
	color: #000;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #5F7485;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
h2 {
	color: #5F7485;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}
p, ul, li, dd, dt, dl, th, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
a {	text-decoration: none;}
a:link { color: #E7441B; /* orange */}
a:visited { color: #6E8492; /* darkbluegrey*/}
a:hover {
	color: #E61B21; /* red */
	text-decoration: underline;
}
th {
	text-align: left;
}
tr.row-header {
	background: #E7441B;
	color: #fff;
}
tr.row-odd {
	background: #eee;
}
