/* test.css */

td, tr, li, .txt  {
	color : #174032;
	font-size : 9pt;
	line-height : 140%;
	font-weight :normal;
	font-family : veranda,arial;
	text-decoration : none;
}

.leftnav  {
	color : #ffffff;
	font-size : 9pt;
	line-height : 140%;
	font-weight :normal;
	font-family : veranda,arial;
	text-decoration : none;
}
.leftnavSM  {
	color : #ffffff;
	font-size : 7pt;
	line-height : 140%;
	font-weight :normal;
	font-family : veranda,arial;
	text-decoration : none;
}
a.leftnavSM {
		text-decoration:none;
		color: #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;
		font-weight : bold;
	}
a.leftnavSM:hover {
		text-decoration:underline;
		color: #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;
		font-weight : bold;
	}
	a {
		color : #174032;
	font-size : 9pt;
	line-height : 140%;
	font-weight :bold;
	font-family : veranda,arial;
	text-decoration : none;
	}
	a:hover {
		text-decoration:underline;
		color: #174032;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight : bold;
	}