
 ul.TamisList{
	font-family: Arial, Helvetica, sans-serif;
	width: 135px;
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	font-size:11px;
	text-align: center;
	border: 2pt solid #999999;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 3px;
	background-color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	}

ul.TamisList li{
    list-style-type: none;
	width: 100%;
	font-size:11px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 4px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	
	}

 ul.TamisList li a{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color:#003366;
	text-decoration:none;
	list-style:none;
	text-align: center;
	}
 ul.TamisList li a:hover{
	color:#000;
	background-color: #FFFFFF;
	}